ExcelNamedRangeScopeType Enumeration |
Represents the scope of a named range.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public enum ExcelNamedRangeScopeType
Public Enumeration ExcelNamedRangeScopeType
Members
| Member name | Value | Description |
---|
| Worksheet | 0 |
Worksheet scope
|
| Workbook | 1 |
Workbook scope
|
See Also