'Declaration Protected Friend Overrides Function CreateCell( _ ByVal parentColumn As Column _ ) As Cell
'Usage Dim instance As ColumnManagerRow Dim parentColumn As Column Dim value As Cell value = instance.CreateCell(parentColumn)
protected internal override Cell CreateCell( Column parentColumn )
Parameters
Return Value
A reference to the newly created Cell object.