TdxSpreadSheetTableViewSelection.IsRowSelected(Integer) Method
Returns a value indicating whether a particular row is selected.
Declaration
function IsRowSelected(ARow: Integer): Boolean;
Parameters
Name | Type |
---|---|
ARow | Integer |
Returns
Type |
---|
Boolean |
Remarks
Call this function to identify whether a particular row, whose index is passed as the ARow parameter, is selected.
An end-user can select rows by clicking the Table View worksheet’s vertical header.
See Also