WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum UnknownVariableAction - WindowsForms API Reference | Syncfusion

    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 - 2021 Syncfusion Inc. All Rights Reserved