dxSpreadSheetEntireSheetArea Method
Returns boundaries of the worksheet Table View‘s content area.
Declaration
function dxSpreadSheetEntireSheetArea: TRect;
Returns
Type |
---|
TRect |
Remarks
This function calculates the worksheet’s content area boundaries based on the current maximum column and row indexes, which are determined by the dxSpreadSheetMaxColumnIndex and dxSpreadSheetMaxRowIndex global constants, respectively.
See Also