GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / ParseInputMode Enumeration


ParseInputMode Enumeration
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
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