Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / YesNoGuess Enumeration


In This Topic
    YesNoGuess Enumeration
    In This Topic
    Specifies whether or not the first row contains headers.
    Syntax
    'Declaration
     
    
    Public Enum YesNoGuess 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As YesNoGuess
    public enum YesNoGuess : System.Enum 
    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