Spread Windows Forms 15.0
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
    IDocumentProperties BuiltinDocumentProperties {get;}

    Property Value

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