dxSpreadSheetIsEntireRow(TRect) Method
Returns a value indicating whether the specified area contains one or more full rows in the Table View‘s content area.
Declaration
function dxSpreadSheetIsEntireRow(const AArea: TRect): Boolean;
Parameters
Name | Type |
---|---|
AArea | TRect |
Returns
Type |
---|
Boolean |
Remarks
The dxSpreadSheetIsEntireRow and dxSpreadSheetIsEntireColumn functions identify whether the width and height of the area, specified as the AArea parameter, correspond to the entire row‘s width and entire column‘s height in the Table View’s content area, respectively. The dxSpreadSheetIsEntireRow function returns True if the left and right bounds of the specified area correspond to the 0 and dxSpreadSheetMaxColumnIndex table column index value. Otherwise, this function returns False.
Note
In order to identify if at least one of the specified area’s dimensions corresponds to the largest dimension of the Table View row or column, use the dxSpreadSheetIsEntireRowOrColumn function instead.