TdxSpreadSheetAreaList.BoundingRect Method
Returns the rectangle that includes all the cell ranges within the list.
Declaration
function BoundingRect: TRect;
Returns
Type |
---|
TRect |
Remarks
Call this function to obtain the union of all cell ranges:
The BoundingRect function returns an empty rectangle (cxNullRect) if the cell range list is empty.
See Also