Xamarin.Android

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

    Show / Hide Table of Contents

    Class VariableTypeAction

    Defines action for the unknown value type and numberformat in the template marker variable.

    Inheritance
    System.Object
    VariableTypeAction
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class VariableTypeAction : Enum

    Fields

    DetectDataType

    Detects the DataType of the marker variable.

    Declaration
    public const VariableTypeAction DetectDataType
    Field Value
    Type Description
    VariableTypeAction

    DetectNumberFormat

    Detects both the NumberFormat and DataType of the marker variable.

    Declaration
    public const VariableTypeAction DetectNumberFormat
    Field Value
    Type Description
    VariableTypeAction

    None

    Represents the None Action.

    Declaration
    public const VariableTypeAction None
    Field Value
    Type Description
    VariableTypeAction

    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