| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- s
- Specified string from the cell on the sheet to parse
Return Value
Object containing the results of the parsing to put in the data model
This example subclasses the check box cell type to illustrate the use of the methods, but would be the same for any of several cell types.
| C# | Copy Code |
|---|---|
class myCkBox : FarPoint.Win.Spread.CellType.CheckBoxCellType | |
| Visual Basic | Copy Code |
|---|---|
Public Class myCkBox | |
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.