TdxSpreadSheetCustomViewOptions Class
In This Article
The base class for all classes that implement worksheet appearance and printing settings.
#Declaration
Delphi
TdxSpreadSheetCustomViewOptions = class(
TcxLockablePersistent
)
#Remarks
This class does not introduce any new public members.
You do not need to create instances of the TdxSpreadSheetCustomViewOptions class. Use the TdxSpreadSheetTableViewOptions and TdxSpreadSheetTableViewOptionsPrint classes instead.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TcxLockablePersistent
TdxSpreadSheetCustomViewOptions
See Also