TdxSpreadSheetTableViewSelection Properties
A collection of selected areas in a worksheet.| Name | Description |
|---|---|
| Area | Returns the area bounding all existing cell selections within a Table View worksheet. |
| Count | Returns the number of individual selected cell ranges. |
| FocusedCell | Specifies the focused cell within a Table View worksheet. |
| FocusedCellPosition | Returns the focused cell position as row and column indexes in the worksheet. |
| FocusedColumn | Specifies an index of the focused column within the Table View worksheet. |
| FocusedContainer | Specifies a focused floating container object. |
| FocusedRow | Specifies the index of the focused row within the Table View worksheet. |
| Items | Provides indexed access to selected cell ranges. |
| View | Returns the Table View worksheet to which the current collection of selected areas belongs. |
See Also