Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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