Spread WPF 17
GrapeCity.CalcEngine Namespace / ParseMode Enumeration


In This Topic
    ParseMode Enumeration
    In This Topic
    Specifies the parse mode.
    Syntax
    'Declaration
     
    Public Enum ParseMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As ParseMode
    public enum ParseMode : System.Enum 
    Members
    MemberDescription
    Excel2007[0] Indicates that the excel2007 upper mode.
    Excell2003 
    NotSet 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.CalcEngine.ParseMode

    See Also