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