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


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