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


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