dxSpreadSheetIsSingleCellArea(TRect) Method
In This Article
Returns a value indicating whether the specified area corresponds to a single cell.
#Declaration
#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