_Workbook.CustomDocumentProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a DocumentProperties collection that represents all the custom document properties for the specified workbook.
public:
property System::Object ^ CustomDocumentProperties { System::Object ^ get(); };
public object CustomDocumentProperties { get; }
Public ReadOnly Property CustomDocumentProperties As Object
Property Value
Remarks
This property returns the entire collection of custom document properties. Use the Item[Object] method to return a single member of the collection (a DocumentProperty object) by specifying either the name of the property or the collection index (as a number).
The Item method is the default method for the DocumentProperties collection.
Use the BuiltinDocumentProperties property to return the collection of built-in document properties.