[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.UI.ParseInputMode

ParseInputMode Enum

Represents how the text will be parsed to value and number format.

Namespace: GrapeCity.Spreadsheet.UI
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum ParseInputMode : byte
Public Enum ParseInputMode As Byte

Fields

Name Description
Auto

Text, which starts with equal character, will be parsed as formula. Otherwise, it's parsed as primitive value.

Formula

Text will always be parsed as formula.

Value

Text will always be parsed as primitived value.