Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Table Class / ShowBandedRows Property


In This Topic
    ShowBandedRows Property
    In This Topic
    Gets or sets if banded rows are displayed. When set to true, the even rows are formatted differently from the odd rows, which can make the table easier to read. The default setting is false.
    Syntax
    'Declaration
     
    
    Public Property ShowBandedRows As Boolean
    'Usage
     
    
    Dim instance As Table
    Dim value As Boolean
     
    instance.ShowBandedRows = value
     
    value = instance.ShowBandedRows
    public bool ShowBandedRows {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also