[]
Determines whether the contents of a cell at a specified row and column are editable.
public virtual bool IsEditable(int row, int column)
Public Overridable Function IsEditable(row As Integer, column As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
Type | Description |
---|---|
bool | True if the cell contents can be edited; otherwise, false |