Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / BuiltinDocumentProperties Property


In This Topic
BuiltinDocumentProperties Property (IWorkbook)
In This Topic
Gets or sets the DocumentProperties object that represents all built-in properties of the workbook.
Syntax
'Declaration
 
ReadOnly Property BuiltinDocumentProperties As IDocumentProperties
 
'Usage
 
Dim instance As IWorkbook
Dim value As IDocumentProperties
 
value = instance.BuiltinDocumentProperties

Property Value

A DocumentProperties object represents all built-in properties of the workbook.
See Also