FileHelpers.ExcelNPOIStorage.ExcelNPOIStorage.ExcelNPOIStorage C# (CSharp) Метод

ExcelNPOIStorage() публичный Метод

Create a new ExcelStorage to work with the specified type
public ExcelNPOIStorage ( Type recordType ) : System
recordType System.Type The type of records.
Результат System
        public ExcelNPOIStorage(Type recordType)
            : base(recordType)
        {
        }

Same methods

ExcelNPOIStorage::ExcelNPOIStorage ( Type recordType, int startRow, int startCol ) : System
ExcelNPOIStorage::ExcelNPOIStorage ( Type recordType, string fileName, int startRow, int startCol ) : System