Spread WPF 17
GrapeCity.Excel Namespace / ExcelTable Class / ShowHeaderRow Property


In This Topic
    ShowHeaderRow Property (ExcelTable)
    In This Topic
    A flag indicate whether show header row or not.
    Syntax
    'Declaration
     
    Public Property ShowHeaderRow As Boolean
    'Usage
     
    Dim instance As ExcelTable
    Dim value As Boolean
     
    instance.ShowHeaderRow = value
     
    value = instance.ShowHeaderRow
    public bool ShowHeaderRow {get; set;}
    See Also