menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelParameterType - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelParameterType

    Represents Excel Parameter Type

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

    Fields

    Constant

    Uses the value specified by the Value argument.

    Declaration
    public const ExcelParameterType Constant
    Field Value
    Type
    ExcelParameterType

    Prompt

    Displays a dialog box that prompts the user for the value.

    Declaration
    public const ExcelParameterType Prompt
    Field Value
    Type
    ExcelParameterType

    Range

    Uses the value of the cell in the upper-left corner of the range.

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