Enum VariableTypeAction
Defines action for the unknown value type and numberformat in the template marker variable.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum VariableTypeAction
Fields
Name | 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. |