Xamarin.Android

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

    Show / Hide Table of Contents

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

    Fields

    Exception

    Throws exception if no variable is defined.

    Declaration
    public const UnknownVariableAction Exception
    Field Value
    Type Description
    UnknownVariableAction

    ReplaceBlank

    Replace variable with empty string.

    Declaration
    public const UnknownVariableAction ReplaceBlank
    Field Value
    Type Description
    UnknownVariableAction

    Skip

    Skips processing variable and leaves it in the document.

    Declaration
    public const UnknownVariableAction Skip
    Field Value
    Type Description
    UnknownVariableAction

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved