Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / WorkbookStateEventArgs Class / DocumentProperties Property


In This Topic
    DocumentProperties Property (WorkbookStateEventArgs)
    In This Topic
    Gets a boolean value indicating whether the document properties is changed.
    Syntax
    'Declaration
     
    
    Public Property DocumentProperties As Boolean
    'Usage
     
    
    Dim instance As WorkbookStateEventArgs
    Dim value As Boolean
     
    instance.DocumentProperties = value
     
    value = instance.DocumentProperties
    public bool DocumentProperties {get; set;}
    See Also