Skip to main content

TdxSpreadSheetReportDesigner.GetSectionByCell(Integer,Integer) Method

Returns the report template section containing the specified cell.

Declaration

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