[]
Gets the active row and column indexes.
void GetActiveCell(out int activeRow, out int activeColumn)
Sub GetActiveCell(ByRef activeRow As Integer, ByRef activeColumn As Integer)
Type | Name | Description |
---|---|---|
int | activeRow | The active row index. |
int | activeColumn | The active column index. |