Click or drag to resize
ListViewExtrasSetColumn Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool SetColumn(
	ListView lv,
	ListViewItem lvi,
	string columnName,
	string columnValue,
	string LVIField = "Text"
)

Parameters

lv
Type: System.Windows.FormsListView
lvi
Type: System.Windows.FormsListViewItem
columnName
Type: SystemString
columnValue
Type: SystemString
LVIField (Optional)
Type: SystemString

Return Value

Type: Boolean
See Also