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


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