The Excel versions for which code will be generated.

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 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