Class ExcelDataProviderType
Possible types for row data storage.
Inheritance
System.Object
ExcelDataProviderType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.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 |
---|
ExcelDataProviderType |
Native
Uses Win32 API and Marshal class calls to allocate and work with memory blocks.
Declaration
public const ExcelDataProviderType Native
Field Value
Type |
---|
ExcelDataProviderType |
Unsafe
Uses Win32 API and unsafe blocks to allocate and work with memory blocks.
Declaration
public const ExcelDataProviderType Unsafe
Field Value
Type |
---|
ExcelDataProviderType |