Click or drag to resize
ListViewExtrasGetListViewItemRowValuesAndColumnName Method
returns a tuple of column header name, and the row value for this LVI

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<Tuple<string, string>> GetListViewItemRowValuesAndColumnName(
	ListView lv,
	ListViewItem LVI,
	string LVIField = "Text"
)

Parameters

lv
Type: System.Windows.FormsListView
LVI
Type: System.Windows.FormsListViewItem
LVIField (Optional)
Type: SystemString

Return Value

Type: ListTupleString, String
column header name,row value
See Also