Class Configuration
- Namespace
- MiniExcelLibs
- Assembly
- MiniExcel.dll
public abstract class Configuration : IConfiguration
- Inheritance
-
Configuration
- Implements
-
- Derived
-
- Inherited Members
-
Constructors
Configuration()
protected Configuration()
Properties
BufferSize
public int BufferSize { get; set; }
Property Value
- int
Culture
public CultureInfo Culture { get; set; }
Property Value
- CultureInfo
DynamicColumns
public DynamicExcelColumn[] DynamicColumns { get; set; }
Property Value
- DynamicExcelColumn[]
FastMode
public bool FastMode { get; set; }
Property Value
- bool