Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISort Interface / Header Property


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

    Property Value

    true if the first row contains header information; otherwise, false.
    Remarks
    Default value is YesNoGuess.No.
    See Also