Skip to main content
A newer version of this page is available. .

TdxSpreadSheet Class

Declaration

TdxSpreadSheet = class(
    TdxCustomSpreadSheet
)

Remarks

With this component, your end-users can work natively with the popular spreadsheet document file formats in a familiar Excel-style environment without resorting to external spreadsheet software.

For general information on the Spreadsheet control, its basic concepts and elements, refer to the following topics:

The TdxSpreadSheet class does not introduce any new functionality except for publishing properties and events from its ancestor classes and initializing the BorderStyle property to cxcbsNone, to underpin the Spreadsheet control’s design. For detailed information regarding the core spreadsheet functionality, refer to the TdxCustomSpreadSheet class description.

See Also