TdxSpreadSheetTableViewSelection Methods
A collection of selected areas in a worksheet.
Name | Description |
---|---|
Add |
Adds the specified cell or cell range to the selected area collection. |
Add |
Adds a specified cell or cell range to the selected area collection. |
Add |
Adds a specified cell or cell range to the selected area collection. |
Begin |
Postpones all selection change notifications and worksheet redraw operations until an End |
Clear | Removes all selection areas from the collection. |
End |
Sends all pending selection change notifications and resumes worksheet redraw operations after a Begin |
Equals |
Inherited from TObject. |
Get |
Inherited from TObject. |
Has |
Returns a value indicating whether the specified area matches one of the selected cell areas within the current collection. |
Is |
Returns a value indicating whether a particular cell within a Table View worksheet is selected. |
Is |
Returns a value indicating whether a particular column is selected. |
Is |
Returns a value indicating whether an entire column is currently selected. |
Is |
Returns a value indicating whether an entire row is currently selected. |
Is |
Returns a value indicating whether a particular row is selected. |
Select |
Selects all cells within the Table View worksheet. |
Select |
Selects a single specified cell within the Table View worksheet. |
Select |
Selects a single column or a range of columns within the Table View worksheet. |
Select |
Selects a single row or a range of within the Table View worksheet. |
Set |
Selects and focuses a single cell within the Table View worksheet. |
To |
Inherited from TObject. |
See Also