Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / CustomDocumentProperties Property


In This Topic
    CustomDocumentProperties Property (IWorkbook)
    In This Topic
    Gets or sets the DocumentProperties object that represents all custom properties of the workbook.
    Syntax
    'Declaration
     
    
    ReadOnly Property CustomDocumentProperties As IDocumentProperties
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value As IDocumentProperties
     
    value = instance.CustomDocumentProperties
    IDocumentProperties CustomDocumentProperties {get;}

    Property Value

    A DocumentProperties object represents all custom properties of the workbook.
    See Also