TdxSpreadSheetReportDesigner.GetSectionByCell(Integer,Integer) Method
In This Article
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 |
---|
Tdx |
#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