Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetTable Class / BandedColumns Property


In This Topic
    BandedColumns Property
    In This Topic
    Gets or sets a value that indicates whether to display an alternating column style.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property BandedColumns As Boolean
    'Usage
     
    Dim instance As SheetTable
    Dim value As Boolean
     
    instance.BandedColumns = value
     
    value = instance.BandedColumns
    [DefaultValue(false)]
    public bool BandedColumns {get; set;}
    See Also