Sort.Header Property

Definition

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

XlYesNoGuess

Remarks

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

Applies to