Skip to main content

TdxSpreadSheetReportSection Class

A spreadsheet report template section.

Declaration

TdxSpreadSheetReportSection = class(
    TObject
)

Remarks

Report sections are named cell ranges that can be defined within the report template displayed by the Report Designer.

The resulting report is built from the sections, omitting any cells outside the section areas.

The report sections are stored within the template spreadsheet document as defined names. The TdxSpreadSheetReportSection class provides the SectionType and Name fields that define the actual type of a report section and its associated named cell range, respectively.

You do not need to create or destroy TdxSpreadSheetReportSection objects directly from your code. The Report Designer provides a comprehensive set of methods for report template section management:

Inheritance

TObject
TdxSpreadSheetReportSection
See Also