Enum UnknownVariableAction
Represents a possible action to be taken while encountering unknown variable during template markers processing.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum UnknownVariableAction
Fields
Name | 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. |