Winnovative Excel Library for .NET
NameScope Property
NamespacesWinnovative.ExcelLibExcelNamedRangeNameScope
Winnovative Excel Library for .NET
Gets a flag indicating if the named range is defined at the workbook level or at the worksheet level. The range is expected to contain a single cell otherwise the comment will be placed on the top left cell of the range.
Declaration Syntax
C#Visual BasicVisual C++
public ExcelNamedRangeScopeType NameScope { get; }
Public ReadOnly Property NameScope As ExcelNamedRangeScopeType
public:
property ExcelNamedRangeScopeType NameScope {
	ExcelNamedRangeScopeType get ();
}

Assembly: Winnovative.ExcelLib (Module: Winnovative.ExcelLib) Version: 2.1.0.0 (2.1.0.0)