KryptonOutlookGrid.AssignRows Method (List(OutlookGridRow))

Krypton OutlookGrid

KryptonOutlookGridAssignRows Method (ListOutlookGridRow)
Krypton OutlookGrid v1.6.0
Assign the rows to the internal list.

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 AssignRows(
	List<OutlookGridRow> l
)
Public Sub AssignRows ( 
	l As List(Of OutlookGridRow)
)

Parameters

l
Type: System.Collections.GenericListOutlookGridRow
List of OutlookGridRows
See Also