VariableTypeAction Enumeration
Defines action for the unknown value type and numberformat in the
template marker variable.
Syntax
'Declaration Public Enum VariableTypeAction Inherits System.Enum
'Usage Dim instance As VariableTypeAction
public enum VariableTypeAction : System.Enum
Members
Member | Description |
---|---|
DetectDataType | Detects the DataType of the marker variable. |
DetectNumberFormat | Detects both the NumberFormat and DataType of the marker variable. |
None | Represents the None Action. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.VariableTypeAction
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also