Describes the versions for which code will be specifically 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 enum XlVersions
Visual Basic (Declaration)
Public Enumeration XlVersions
Visual C++
public enum class XlVersions

Members

Member nameDescription
Excel2003AndBelow
Excel 2003 and below (including Excel XP, Excel 2000 and Excel 97).
Excel2007AndAbove
Excel 2007 and above.
AllExcelVersions
All versions of Excel.
Default
The default setting, as specified in an assembly or class attribute.

See Also