UnknownVariableAction Enumeration
|
Defines action that must be taken when meeting unknown variable during template markers processing.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum UnknownVariableAction
Public Enumeration UnknownVariableAction
public enum class UnknownVariableAction
type UnknownVariableAction
Members
|
Member name
|
Value
|
Description
|
|
Exception
|
0
|
Throws exception if no variable is defined.
|
|
Skip
|
1
|
Skips processing variable and leaves it in the document.
|
|
ReplaceBlank
|
2
|
Replaces variable with empty string.
|
See Also