Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetMergedCellList.FindCell(Integer,Integer) Method

Returns a merged cell object located at the specified point.

#Declaration

Delphi
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