Skip to main content

TdxSpreadSheetTableView.Selection Property

Provides access to the selected cell range collection within the Table View worksheet.

Declaration

property Selection: TdxSpreadSheetTableViewSelection read;

Property Value

Type
TdxSpreadSheetTableViewSelection

Remarks

Use this property to manage the selection areas in the current Table View worksheet.

Refer to the TdxSpreadSheetTableViewSelection class description for the full list of options.

See Also