var instance = new GC.Spread.Sheets.CellTypes.Base(); var value; // Type: object value = instance.parse(text, formatStr, context);
Parameters
- text
- The parse text string.
- formatStr
- The parse format string.
- context
- The context associated with the cell type. See the Remarks for more information.
Return Value
The parsed object.