Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / BandedRows Property


In This Topic
    BandedRows Property
    In This Topic
    Gets or sets whether the banded row style is displayed in the table.
    Syntax
    'Declaration
     
    
    Public Property BandedRows As Boolean
    'Usage
     
    
    Dim instance As TableView
    Dim value As Boolean
     
    instance.BandedRows = value
     
    value = instance.BandedRows
    public bool BandedRows {get; set;}
    See Also