TdxSpreadSheetTableViewSelection.IsEntireRowSelected(Integer) Method
Returns a value indicating whether an entire row is currently selected.
Declaration
function IsEntireRowSelected(ARow: Integer): Boolean;
Parameters
Name | Type |
---|---|
ARow | Integer |
Returns
Type |
---|
Boolean |
Remarks
This function returns True if at least one of the selection areas within the Table View worksheet includes at least one full row which can contain both cell objects and uninitialized cells (i.e., all cells within a row between the left and right boundaries of the worksheet content area). Otherwise, the IsEntireRowSelected returns False.
If you need to identify whether an entire column is included in one of the active selection areas, call the IsEntireColumnSelected function.
See Also