Adds a VALUE to the list. This is mainly used to show demo data

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void AddValue(
	int v,
	string key
)
Visual Basic
Public Sub AddValue ( _
	v As Integer, _
	key As String _
)
JScript
public function AddValue(
	v : int, 
	key : String
)

Parameters

v
Type: System..::..Int32
key
Type: System..::..String

See Also