[]
Specifies whether or not the first row contains headers.
public enum YesNoGuess : byte
Public Enum YesNoGuess As Byte
Name | Description |
---|---|
Guess | Determines whether there is a header. |
No | There is no header. |
Yes | The first row is the header. |