'Declaration Protected Friend MustOverride Function CreateCell( _ ByVal parentColumn As Column _ ) As Cell
'Usage Dim instance As CellRow Dim parentColumn As Column Dim value As Cell value = instance.CreateCell(parentColumn)
protected internal abstract Cell CreateCell( Column parentColumn )
Parameters
- parentColumn
- A reference to the Column object for which to create a cell in the row.
Return Value
A reference to the newly created Cell object.