TdxSpreadSheetOptionsMetadata.HasData Method
Identifies whether a spreadsheet document has metadata information.
Declaration
function HasData: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
This function returns False only if the following conditions are met:
The CreatedBy, Description, Keywords, LastModifiedBy, Subject, and Title properties are set to an empty string.
The Created, LastModified, and LastPrinted properties are set to 0.
Otherwise – the HasData function returns True.
See Also