WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum UnknownVariableAction

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved