ASPxClientSpreadsheetSelection Properties
Represents the selection in the Spreadsheet.| Name | Description |
|---|---|
| activeCellColumnIndex | Gets the column index of the active cell. |
| activeCellRowIndex | Gets the row index of the active cell. |
| bottomRowIndex | Gets the index of the selection’s bottom row. |
| leftColumnIndex | Gets the index of the selection’s left column. |
| rightColumnIndex | Gets the index of the selection’s right column. |
| topRowIndex | Gets the index of the selection’s top row. |
See Also