[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.BaseCellType.Parse

Parse Method

Parse(string)

Parses the specified string to the data type of the cell type and returns it as an object.

Declaration
public abstract object Parse(string s)
Public MustOverride Function Parse(s As String) As Object
Parameters
Type Name Description
string s

Specified string from the cell on the sheet to parse

Returns
Type Description
object
Implements