'Declaration Protected Friend Overridable Function CreateInstance( _ ByVal parentRow As Row _ ) As RowSelector
'Usage Dim instance As RowSelector Dim parentRow As Row Dim value As RowSelector value = instance.CreateInstance(parentRow)
protected internal virtual RowSelector CreateInstance( Row parentRow )
Parameters
- parentRow
- A reference to a Row object representing the parent row of the RowSelector.
Return Value
A reference to newly create RowSelector object.