TdxSpreadSheetOptionsMetadata Class
Stores spreadsheet document metadata.
Declaration
TdxSpreadSheetOptionsMetadata = class(
TcxLockablePersistent
)
Remarks
This class has the following members that allow you to:
Initialize metadata for a new spreadsheet document (Initialize).
Identify if the document has metadata information (HasData).
Specify information on the document creator and change the document creation date (CreatedBy and Created).
Add optional information on a spreadsheet document (Description, Keywords, Subject, and Title).
Specify the timestamp of the last print operation (LastPrinted).
Specify and update document modification metadata (LastModifiedBy, LastModified, and UpdateLastModificationData).
Clear all metadata information (Reset).
A spreadsheet control’s OptionsMetadata property references a TdxSpreadSheetOptionsMetadata object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TcxLockablePersistent
TdxSpreadSheetOptionsMetadata
See Also