Sort.Header Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the first row contains header information. Read/write.
public:
property Microsoft::Office::Interop::Excel::XlYesNoGuess Header { Microsoft::Office::Interop::Excel::XlYesNoGuess get(); void set(Microsoft::Office::Interop::Excel::XlYesNoGuess value); };
public Microsoft.Office.Interop.Excel.XlYesNoGuess Header { get; set; }
Public Property Header As XlYesNoGuess
Property Value
Remarks
xlNo is the default value. You can specify xlGuess if you want Excel to attempt to determine the header.