Spread Windows Forms 12.0 Product Documentation
ParseInputMode Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.UI Namespace : 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
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

Reference

GrapeCity.Spreadsheet.UI Namespace