A list of the values of which the argument's value may or must be a member. Items in the list are separated by semi-colons. Each item is a value+description pair, separated by a comma. e.g. 1,One;2,Two;3,Three.

Namespace:  XllPlus
Assembly:  Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)

Syntax

C#
public string ValueList { get; set; }
Visual Basic (Declaration)
Public Property ValueList As String
Visual C++
public:
property String^ ValueList {
	String^ get ();
	void set (String^ value);
}

See Also