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

    Property Value

    A BuiltinDocumentProperties object represents all properties of the spreadsheet document.
    See Also