Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / WorkbookTable Class / ShowBandedRows Property

In This Topic
    ShowBandedRows Property
    In This Topic
    Indicating whether banded row formatting is applied.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    Public Property ShowBandedRows As Boolean
    [XmlAttribute()]
    public bool ShowBandedRows {get; set;}
    See Also