ParseCore Method (TextCellType)
Parses the specified string to the data type of the cell type and returns it as an object.
'Declaration
Protected Overridable Function ParseCore( _
ByVal As String _
) As Object
'Usage
Dim instance As TextCellType
Dim s As String
Dim value As Object
value = instance.ParseCore(s)
Parameters
- s
- Specified string from the cell on the sheet to parse