Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / TableStateEventArgs Class / BandedRows Property


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