Skip to main content

TdxSpreadSheetReferenceEditDialogForm Class

The base class for all dialog classes that implement cell reference edit functionality.

Declaration

TdxSpreadSheetReferenceEditDialogForm = class(
    TdxForm,
    IdxSpreadSheetListener,
    IdxSpreadSheetSelectionListener,
    IdxSpreadSheetTableViewSelectionModeListener
)

Remarks

This class extends its ancestor with the Sheet and SpreadSheet properties that allow you to access the target worksheet and the spreadsheet control that displays it.

Do not use the TdxSpreadSheetReferenceEditDialogForm class directly. Use the “Page Setup“, “Name Manager“, or “New Name/Edit Name“ dialog classes instead.

See Also