Click or drag to resize
ListViewExtrasCopyClassToListView Method
add a line item comparing the header text with the object field names

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static ListViewItem CopyClassToListView(
	ListView lv,
	Object classInstance,
	ListViewItem overwrite = null
)

Parameters

lv
Type: System.Windows.FormsListView
classInstance
Type: SystemObject
overwrite (Optional)
Type: System.Windows.FormsListViewItem

Return Value

Type: ListViewItem
See Also