Gets or sets a value indicating whether the first row contains header information.
'Declaration
Public Property Header As YesNoGuess
'Usage
Dim instance As Sort
Dim value As YesNoGuess
instance.Header = value
value = instance.Header
Property Value
true
if the first row contains header information; otherwise,
false
.