Create(TdxSpreadSheetTableView) Constructor
Creates a new conditional formatting controller for the specified Table View worksheet.
Declaration
constructor Create(AView: TdxSpreadSheetTableView); reintroduce;
Parameters
Name | Type |
---|---|
AView | TdxSpreadSheetTableView |
Remarks
Normally, this constructor supports the internal infrastructure and is not intended to be used directly from your code. The Table View worksheet’s constructor automatically calls the Create constructor passing Self as the AView parameter to create a conditional formatting controller for the newly created worksheet.
See Also