Share via


Sort.Header Property

Specifies whether the first row contains header information. Read/write.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property Header As XlYesNoGuess
    Get
    Set
'Usage
Dim instance As Sort
Dim value As XlYesNoGuess

value = instance.Header

instance.Header = value
XlYesNoGuess Header { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlYesNoGuess
XlYesNoGuess

Remarks

xlNo is the default value. You can specify xlGuess if you want Excel to attempt to determine the header.

See Also

Reference

Sort Interface

Sort Members

Microsoft.Office.Interop.Excel Namespace