[]
        
(Showing Draft Content)

FarPoint.Web.Spread.PercentCellType.Parse

Parse Method

Parse(string)

Determines what gets parsed from the cell on the sheet and put in the data model.

Declaration
public override object Parse(string value)
Public Overrides Function Parse(value As String) As Object
Parameters
Type Name Description
string value

String from the cell on the sheet to parse

Returns
Type Description
object
Overrides
Implements