Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAutoFilterOwner Interface / DefaultSortHeader Property


In This Topic
    DefaultSortHeader Property
    In This Topic
    Gets a value indicating whether the first row contains header information.
    Syntax
    'Declaration
     
    
    ReadOnly Property DefaultSortHeader As YesNoGuess
    'Usage
     
    
    Dim instance As IAutoFilterOwner
    Dim value As YesNoGuess
     
    value = instance.DefaultSortHeader
    YesNoGuess DefaultSortHeader {get;}

    Property Value

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