[]
Determines whether the cell in the group is editable.
public override bool IsEditable(int row, int col)
Public Overrides Function IsEditable(row As Integer, col As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | row | Row index of the cell |
int | col | Column index of the cell |
Type | Description |
---|---|
bool | True if the cell contents can be edited; otherwise, false |