VariableTypeAction Enumeration
|
Defines value type and numberformat in the
template marker variable.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum VariableTypeAction
Public Enumeration VariableTypeAction
public enum class VariableTypeAction
Members
|
Member name
|
Value
|
Description
|
|
DetectDataType
|
0
|
Detects the DataType of the marker variable.
|
|
DetectNumberFormat
|
1
|
Detects both the NumberFormat and DataType of the marker variable.
|
|
None
|
2
|
Represents the None Action.
|
See Also