UnknownVariableAction Enumeration
Represents a possible action to be taken while encountering unknown variable during template markers processing.
Syntax
'Declaration Public Enum UnknownVariableAction Inherits System.Enum
'Usage Dim instance As UnknownVariableAction
public enum UnknownVariableAction : System.Enum
Members
Member | Description |
---|---|
Exception | Throws exception if no variable is defined. |
ReplaceBlank | Replace variable with empty string. |
Skip | Skips processing variable and leaves it in the document. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.UnknownVariableAction
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also