menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ExportMode

    Defines constants which is used to determine whether the data in the grid is exported as value or text to excel.

    Inheritance
    System.Object
    ExportMode
    Namespace: Syncfusion.SfDataGrid.Exporting
    Assembly: Syncfusion.SfGridConverter.Android.dll
    Syntax
    public sealed class ExportMode : Enum

    Fields

    Text

    Exports the Formatted Text to excel.

    Declaration
    public const ExportMode Text
    Field Value
    Type
    ExportMode

    Value

    Exports the Formatted value to excel by setting excel number format.

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