The Excel versions for which code will be generated.

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 XlVersions Versions { get; set; }
Visual Basic (Declaration)
Public Property Versions As XlVersions
Visual C++
public:
property XlVersions Versions {
	XlVersions get ();
	void set (XlVersions value);
}

See Also