[]
When deriving a cell type based on this type, override this
to change what gets parsed from the cell on the sheet and put in the data model.
public override object Parse(string s)
Public Overrides Function Parse(s As String) As Object
Type | Name | Description |
---|---|---|
string | s | String from the cell on the sheet to parse |
Type | Description |
---|---|
object |