[]
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 | Description |
---|---|
bool | True if the cell contents can be edited; otherwise, false |