Skip to main content

dxSpreadSheetIsSingleCellArea(TRect) Method

Returns a value indicating whether the specified area corresponds to a single cell.

Declaration

function dxSpreadSheetIsSingleCellArea(const R: TRect): Boolean;

Parameters

Name Type
R TRect

Returns

Type
Boolean

Remarks

This function is used to identify whether the cell is merged. The dxSpreadSheetIsSingleCellArea function returns True if the area’s opposite bounds belong to the same cell; otherwise – False.

See Also