Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / BuiltinDocumentProperties Property


In This Topic
BuiltinDocumentProperties Property (Workbook)
In This Topic
Gets the BuiltinDocumentProperties object that represents all properties of the spreadsheet document.
Syntax
'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.
See Also