Spread Windows Forms 12.0 Product Documentation
BuiltinDocumentProperties Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbook Interface : BuiltinDocumentProperties Property
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
IDocumentProperties BuiltinDocumentProperties {get;}

Property Value

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

Reference

IWorkbook Interface
IWorkbook Members