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


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