Workbook
DocumentProperties Property
|
Returns a BuiltInDocumentProperties collection that represents all the built-in document properties for the specified workbook. Read-only.
Examples
The following code snippet illustrates how to get the built in document properties:
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public BuiltInDocumentProperties DocumentProperties { get; }
Public ReadOnly Property DocumentProperties As BuiltInDocumentProperties
Get
public:
property BuiltInDocumentProperties^ DocumentProperties {
BuiltInDocumentProperties^ get ();
}
member DocumentProperties : BuiltInDocumentProperties with get
Property Value
Type:
BuiltInDocumentProperties
See Also