Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / CustomDocumentProperties Property


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

    Property Value

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