v4.2
Tests whether a cell is selected. If the Grid is in header selection mode then use GridWidget.IsRowSelected or GridWidget.IsColumnSelected instead. (For more information about configuring the selection mode see siGridSelectionMode).
oBoolean = GridWidget.IsCellSelected( ColumnIndex, RowIndex ); |
Parameter | Type | Description |
---|---|---|
ColumnIndex | Long or String | Index of the Column. The left-most column has index 0. |
RowIndex | Long or String | Index of the Row. The top row has index 0. |