[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ImageCellType.Parse

Parse Method

Parse(string)

Parses the specified string to the data type of the cell type (does nothing since this cell type does not support parsing).

Declaration
public override object Parse(string s)
Public Overrides 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

Parses the specified string to the data type of the cell type.

Overrides
Implements