ListViewItem.SetValue Method (Typed) | |
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
public virtual void SetValue(
Usual uNewValue,
Symbol symColumnName
)
Request Example
View SourceParameters
- 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