Back to Devexpress

TdxSpreadSheetReportDesigner.GetSectionByCell(Integer,Integer) Method

vcl-dxspreadsheetreportdesigner-dot-tdxspreadsheetreportdesigner-dot-getsectionbycell-x28-system-dot-integer-system-dot-integer-x29.md

latest1.6 KB
Original Source

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

NameType
ARowInteger
AColumnInteger

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

TdxSpreadSheetReportDesigner.FindSectionByCell

TdxSpreadSheetReportDesigner Class

TdxSpreadSheetReportDesigner Members

dxSpreadSheetReportDesigner Unit