TdxSpreadSheetMergedCell.Contains(Integer,Integer) Method
Returns a value indicating whether the specified cell belongs to the current merged cell object.
Declaration
function Contains(const ARow: Integer; const AColumn: Integer): Boolean;
Parameters
Name | Type |
---|---|
ARow | Integer |
AColumn | Integer |
Returns
Type |
---|
Boolean |
Remarks
Call this function to identify whether the cell, located within the row and column whose indexes are passed as the ARow and AColumn parameters, belongs to the current merged cell object.
The Contains function returns True if the inspected cell is located within the area occupied by the merged cell object; otherwise – False.
See Also