Describes the versions for which code will be specifically generated.
            
    Namespace: 
   XllPlusAssembly: 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 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.
              |