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.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

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