OutlookGridRowNodeCollection.Add Method

Krypton OutlookGrid

OutlookGridRowNodeCollectionAdd Method
Krypton OutlookGrid v1.6.0
Adds the specified row.

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 void Add(
	OutlookGridRow row
)
Public Sub Add ( 
	row As OutlookGridRow
)

Parameters

row
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRow
The row.
See Also