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

TdxSpreadSheetReportDesigner.GetSectionByCell(Integer,Integer) Method

Returns the report template section containing the specified cell.

#Declaration

Delphi
function GetSectionByCell(const ARow: Integer; const AColumn: Integer): TdxSpreadSheetReportSection;

#Parameters

Name Type
ARow Integer
AColumn Integer

#Returns

Type
TdxSpreadSheetReportSection

#Remarks

This function returns the section containing a cell whose row and column indexes are passed as the ARow and AColumn parameters, respectively. If the displayed report template has no sections containing a cell with the specified row and column indexes, the GetSectionByCell function returns nil.

See Also