'Declaration Protected Friend Function New( _ ByVal parentColumn As Column _ )
'Usage Dim parentColumn As Column Dim instance As New InsertionCell(parentColumn)
protected internal InsertionCell( Column parentColumn )
Parameters
- parentColumn
- A reference to the parent Column of the InsertionCell.