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


In This Topic
    Sparkline Property (CellStateEventArgs)
    In This Topic
    Indicates that the is change related to sparkline.
    Syntax
    'Declaration
     
    
    Public Property Sparkline As Boolean
    'Usage
     
    
    Dim instance As CellStateEventArgs
    Dim value As Boolean
     
    instance.Sparkline = value
     
    value = instance.Sparkline
    public bool Sparkline {get; set;}
    See Also