TdxCustomSpreadSheet.OptionsMetadata Property
In This Article
Provides access to the document’s metadata.
#Declaration
Delphi
property OptionsMetadata: TdxSpreadSheetOptionsMetadata read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to manage metadata. Refer to the TdxSpreadSheetOptionsMetadata class description for detailed information on available options.
See Also