TdxSpreadSheetMergedCellList.FindCell(Integer,Integer) Method
Returns a merged cell object located at the specified point.
Declaration
function FindCell(ARow: Integer; AColumn: Integer): TdxSpreadSheetMergedCell;
Parameters
Name | Type |
---|---|
ARow | Integer |
AColumn | Integer |
Returns
Type |
---|
TdxSpreadSheetMergedCell |
Remarks
If the cell whose position is specified by the ARow and AColumn parameters, is located within the merged cell object’s area, this function returns this merged cell object. Otherwise, the FindCell function returns nil.
See Also