OutlookGridRowNodeCollection Constructor

Krypton OutlookGrid

OutlookGridRowNodeCollection Constructor
Krypton OutlookGrid v1.6.0
Initializes a new instance of the OutlookGridRowNodeCollection class.

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public OutlookGridRowNodeCollection(
	OutlookGridRow parentNode
)
Public Sub New ( 
	parentNode As OutlookGridRow
)

Parameters

parentNode
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRow
The parent node.
See Also