Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / ParseInputMode Enumeration


In This Topic
    ParseInputMode Enumeration
    In This Topic
    Represents how the text will be parsed to value and number format.
    Syntax
    'Declaration
     
    
    Public Enum ParseInputMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ParseInputMode
    public enum ParseInputMode : System.Enum 
    Members
    MemberDescription
    AutoText, which starts with equal character, will be parsed as formula. Otherwise, it's parsed as primitive value.
    FormulaText will always be parsed as formula.
    ValueText will always be parsed as primitived value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.UI.ParseInputMode

    See Also