'Declaration
Public Shared Function TryCorrectValueByColumnType( _
ByVal As Worksheet, _
ByVal As CellValue, _
ByVal columnType As Type, _
ByVal As String, _
ByVal As Integer _
) As Object
public static object TryCorrectValueByColumnType(
Worksheet ,
CellValue ,
Type columnType,
string ,
int
)