Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / CellStateEventArgs Class / Style Property


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