Class VariableTypeAction
Defines action for the unknown value type and numberformat in the template marker variable.
Inheritance
System.Object
VariableTypeAction
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class VariableTypeAction : Enum
Fields
DetectDataType
Detects the DataType of the marker variable.
Declaration
public const VariableTypeAction DetectDataType
Field Value
Type |
---|
VariableTypeAction |
DetectNumberFormat
Detects both the NumberFormat and DataType of the marker variable.
Declaration
public const VariableTypeAction DetectNumberFormat
Field Value
Type |
---|
VariableTypeAction |
None
Represents the None Action.
Declaration
public const VariableTypeAction None
Field Value
Type |
---|
VariableTypeAction |