'Declaration Protected MustOverride Function CreateCell( _ ByVal column As ColumnBase _ ) As Cell
'Usage Dim instance As Row Dim column As ColumnBase Dim value As Cell value = instance.CreateCell(column)
protected abstract Cell CreateCell( ColumnBase column )
Parameters
- column
- A reference to a Column object representing the cell's parent column.
Return Value
A reference to the newly created Cell.