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


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