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

In This Topic
    ShowHeaderRow Property
    In This Topic
    Indicating whether show the header row for the table.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    Public Property ShowHeaderRow As Boolean
    [XmlAttribute()]
    public bool ShowHeaderRow {get; set;}
    See Also