vcl-dxspreadsheetcore-909d1db8.md
The base class for Spreadsheet and Report Designer controls.
TdxCustomSpreadSheet = class(
TcxControl,
IcxLockedStateFontChanged,
IcxLockedStatePaint,
IdxDialogOwner,
IdxSpreadSheet,
IdxSpreadSheetCellStyleOwner,
IdxSpreadSheetConditionalFormatting,
IdxSkinSupport
)
A Spreadsheet control allows you to create applications with a user experience inspired by Microsoft Excel®. In addition, you can associate a Spreadsheet control with a Formula Bar control to add extra cell view and edit options found in many popular spreadsheet applications.
The list below outlines key members of the TdxCustomSpreadSheet class that allow you to manage spreadsheet documents as well as customize general appearance and behavior settings.
Do not use the TdxCustomSpreadSheet class directly. Use the following descendants instead:
TdxSpreadSheetA Spreadsheet control.TdxSpreadSheetReportDesignerA data-aware Spreadsheet control for document generation (Mail Merge).
IdxSpreadSheetConditionalFormatting
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TdxCustomSpreadSheet
See Also