TdxSpreadSheetTableViewSelection Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tdx |
#Properties
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. |
Focused |
Specifies the focused cell within a Table View worksheet. |
Focused |
Returns the focused cell position as row and column indexes in the worksheet. |
Focused |
Specifies an index of the focused column within the Table View worksheet. |
Focused |
Specifies a focused floating container object. |
Focused |
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. |
#Methods
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