Skip to main content

TdxSpreadSheetCellStyleEditDialogForm.Initialize(TdxSpreadSheetCellStyleEditDialogCustomController) Method

Connects the “Format Cells” dialog to the target cell style to edit.

Declaration

procedure Initialize(AController: TdxSpreadSheetCellStyleEditDialogCustomController);

Parameters

Name Type
AController TdxSpreadSheetCellStyleEditDialogCustomController

Remarks

The ShowFormatCellsDialog global procedure calls the Create constructor, the Initialize and Load procedures to invoke the “Format Cells” dialog for a target worksheet and import style settings from the current cell selection.

See Also