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.
Gets a Microsoft.Office.Core.DocumentProperties collection that represents all the custom document properties for the workbook.
public:
property System::Object ^ CustomDocumentProperties { System::Object ^ get(); };
public object CustomDocumentProperties { get; }
member this.CustomDocumentProperties : obj
Public ReadOnly Property CustomDocumentProperties As Object
Property Value
A Microsoft.Office.Core.DocumentProperties collection that represents all the custom document properties for the workbook.
Remarks
This property returns the entire collection of custom document properties. Use the Microsoft.Office.Core.DocumentProperties.Item(System.Object)
property to return a single member of the collection (a Microsoft.Office.Core.DocumentProperties
object) by specifying either the name of the property or the collection index (as a number).
Use the BuiltinDocumentProperties property to return the collection of built-in document properties.