'Declaration Protected Friend Overrides Function CreateCell( _ ByVal parentColumn As Column _ ) As Cell
'Usage Dim instance As SummaryRow Dim parentColumn As Column Dim value As Cell value = instance.CreateCell(parentColumn)
protected internal override 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.