Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Sort Class / Header Property


In This Topic
    Header Property (Sort)
    In This Topic
    Gets or sets a value indicating whether the first row contains header information.
    Syntax
    'Declaration
     
    
    Public Property Header As YesNoGuess
    'Usage
     
    
    Dim instance As Sort
    Dim value As YesNoGuess
     
    instance.Header = value
     
    value = instance.Header
    public YesNoGuess Header {get; set;}

    Property Value

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