Class UnknownVariableAction
Represents a possible action to be taken while encountering unknown variable during template markers processing.
Inheritance
System.Object
UnknownVariableAction
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class UnknownVariableAction : Enum
Fields
Exception
Throws exception if no variable is defined.
Declaration
public const UnknownVariableAction Exception
Field Value
ReplaceBlank
Replace variable with empty string.
Declaration
public const UnknownVariableAction ReplaceBlank
Field Value
Skip
Skips processing variable and leaves it in the document.
Declaration
public const UnknownVariableAction Skip