Describes the versions for which code will be specifically generated.
Namespace:
XllPlusAssembly: Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
Syntax
C# |
---|
public enum XlVersions |
Visual Basic (Declaration) |
---|
Public Enumeration XlVersions |
Visual C++ |
---|
public enum class XlVersions |
Members
Member name | Description | |
---|---|---|
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.
|