C# Class TopSoft.ExcelExport.Helpers.ExcelHelper

Datei anzeigen Open project: TopSoftSolutions/TopSoft.ExcelExport

Public Methods

Method Description
ColumnCompare ( string strA, string strB ) : int
ResolveCellType ( Type propertyType ) : CellValues

Method Details

ColumnCompare() public static method

public static ColumnCompare ( string strA, string strB ) : int
strA string
strB string
return int

ResolveCellType() public static method

public static ResolveCellType ( Type propertyType ) : CellValues
propertyType System.Type
return CellValues