Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SortInfo Class / Header Property


In This Topic
    Header Property (SortInfo)
    In This Topic
    Gets or sets a value indicating whether the first row contains header information.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Header As YesNoGuess
    'Usage
     
    Dim instance As SortInfo
    Dim value As YesNoGuess
     
    instance.Header = value
     
    value = instance.Header
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public YesNoGuess Header {get; set;}

    Property Value

    true if the first row contains header information; otherwise, false.
    See Also