[]
Represents how the text will be parsed to value and number format.
public enum ParseInputMode : byte
Public Enum ParseInputMode As Byte
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. |