XlYesNoGuess Enum
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 or not the first row contains headers.
public enum class XlYesNoGuess
public enum XlYesNoGuess
Public Enum XlYesNoGuess
- Inheritance
-
XlYesNoGuess
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). |
Cannot be used when sorting PivotTable reports.