FileHelpers.ExcelNPOIStorage.ExcelNPOIStorage.ExcelNPOIStorage C# (CSharp) Method

ExcelNPOIStorage() public method

Create a new ExcelStorage to work with the specified type
public ExcelNPOIStorage ( Type recordType ) : System
recordType System.Type The type of records.
return 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