Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ExcelDataProviderType

    Possible types for row data storage.

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

    Fields

    ByteArray

    Uses managed byte array and other managed functions to work with memory blocks. This method is slowest, but it is the only one suitable for medium trust mode.

    Declaration
    public const ExcelDataProviderType ByteArray
    Field Value
    Type Description
    ExcelDataProviderType

    Native

    Uses Win32 API and Marshal class calls to allocate and work with memory blocks.

    Declaration
    public const ExcelDataProviderType Native
    Field Value
    Type Description
    ExcelDataProviderType

    Unsafe

    Uses Win32 API and unsafe blocks to allocate and work with memory blocks.

    Declaration
    public const ExcelDataProviderType Unsafe
    Field Value
    Type Description
    ExcelDataProviderType

    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