BuiltinDocumentProperties Property (Workbook)
Gets the
BuiltinDocumentProperties object that represents all properties of the spreadsheet document.
'Declaration
Public Property BuiltinDocumentProperties As DocumentProperties
'Usage
Dim instance As Workbook
Dim value As DocumentProperties
instance.BuiltinDocumentProperties = value
value = instance.BuiltinDocumentProperties
Property Value
A
BuiltinDocumentProperties object represents all properties of the spreadsheet document.