Click or drag to resize

ListViewItem.SetValue Method (Typed)

X#
Set the value of a column.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetValue(
	uNewValue AS USUAL,
	symColumnName AS SYMBOL
) AS VOID
Request Example View Source

Parameters

uNewValue
Type: Usual
The value to be added to the column.
symColumnName
Type: Symbol
The symbolic name of the column whose value you want to set.
Examples
See the ListView:AddItem() method for sample syntax.
See Also