TdxSpreadSheetTableViewSelection.IsCellSelected(Integer,Integer) Method
Returns a value indicating whether a particular cell within a Table View worksheet is selected.
Declaration
function IsCellSelected(ARow: Integer; AColumn: Integer): Boolean;
Parameters
| Name | Type |
|---|---|
| ARow | Integer |
| AColumn | Integer |
Returns
| Type |
|---|
| Boolean |
Remarks
Call this function to identify whether a particular cell with coordinates specified by its row and column zero-based indexes via the ARow and AColumn parameters, respectively, is selected.
An end-user can select cells by clicking them.
See Also