TryCorrectValueByColumnType Method
In This Topic
Syntax
'Declaration
Public Shared Function TryCorrectValueByColumnType( _
ByVal As Worksheet, _
ByVal As CellValue, _
ByVal columnType As Type, _
ByVal As String, _
ByVal As Integer _
) As Object
'Usage
Dim worksheet As Worksheet
Dim value As CellValue
Dim columnType As Type
Dim originalTex As String
Dim numFmtId As Integer
Dim value As Object
value = CellEditCommand.TryCorrectValueByColumnType(worksheet, value, columnType, originalTex, numFmtId)
public static object TryCorrectValueByColumnType(
Worksheet ,
CellValue ,
Type columnType,
string ,
int
)
Parameters
- worksheet
- value
- columnType
- originalTex
- numFmtId
See Also