'Declaration Protected Overrides Function CreateCell( _ ByVal column As ColumnBase _ ) As Cell
'Usage Dim instance As StatRow Dim column As ColumnBase Dim value As Cell value = instance.CreateCell(column)
protected override Cell CreateCell( ColumnBase column )
Parameters
- column
- A reference to a Column object representing the cell's parent column.