menu

Document Processing

UnknownVariableAction Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    UnknownVariableAction Class

    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.Base.dll
    Syntax
    public sealed class UnknownVariableAction : Enum

    Fields

    Exception

    Throws exception if no variable is defined.

    Declaration
    public const UnknownVariableAction Exception
    Field Value
    Type
    UnknownVariableAction

    ReplaceBlank

    Replace variable with empty string.

    Declaration
    public const UnknownVariableAction ReplaceBlank
    Field Value
    Type
    UnknownVariableAction

    Skip

    Skips processing variable and leaves it in the document.

    Declaration
    public const UnknownVariableAction Skip
    Field Value
    Type
    UnknownVariableAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved