Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / YesNoGuess Enumeration


YesNoGuess Enumeration
Specifies whether or not the first row contains headers.
Syntax
'Declaration
 
Public Enum YesNoGuess 
   Inherits System.Enum
 
'Usage
 
Dim instance As YesNoGuess
Members
MemberDescription
GuessDetermines whether there is a header.
NoThere is no header.
YesThe first row is the header.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.YesNoGuess

See Also