Back to Devexpress

TdxSpreadSheetReportDesigner.FindSectionByCell(Integer,Integer,TdxSpreadSheetReportSection) Method

vcl-dxspreadsheetreportdesigner-dot-tdxspreadsheetreportdesigner-dot-findsectionbycell-x28-system-dot-integer-system-dot-integer-dxspreadsheetreportdesigner-dot-tdxspreadsheetreportsection-x29.md

latest1.4 KB
Original Source

TdxSpreadSheetReportDesigner.FindSectionByCell(Integer,Integer,TdxSpreadSheetReportSection) Method

Searches the report template section containing the specified cell.

Declaration

delphi
function FindSectionByCell(const ARow: Integer; const AColumn: Integer; var ASection: TdxSpreadSheetReportSection): Boolean;

Parameters

NameType
ARowInteger
AColumnInteger
ASectionTdxSpreadSheetReportSection

Returns

Type
Boolean

Remarks

This function returns True if the displayed report template contains the section containing a cell whose row and column indexes are passed as the ARow and AColumn parameters, respectively; otherwise – False.

See Also

TdxSpreadSheetReportDesigner Class

TdxSpreadSheetReportDesigner Members

dxSpreadSheetReportDesigner Unit