Edit

Share via


XlYesNoGuess Enum

Definition

Specifies whether or not the first row contains headers.

public enum class XlYesNoGuess
public enum XlYesNoGuess
Public Enum XlYesNoGuess
Inheritance
XlYesNoGuess

Fields

Name Value Description
xlGuess 0

Excel determines whether there’s a header, and to determine where it is, if there is one.

xlYes 1

(The entire range should not be sorted).

xlNo 2

default. (The entire range should be sorted).

Remarks

Cannot be used when sorting PivotTable reports.

Applies to