KryptonOutlookGrid.AssignRows Method (DataGridViewRowCollection)

Krypton OutlookGrid

KryptonOutlookGridAssignRows Method (DataGridViewRowCollection)
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(
	DataGridViewRowCollection col
)
Public Sub AssignRows ( 
	col As DataGridViewRowCollection
)

Parameters

col
Type: System.Windows.FormsDataGridViewRowCollection
DataGridViewRowCollection
See Also