Click or drag to resize

ExcelNamedRange Class

Represents a named range in a worksheet. Named ranges can be added to the worksheet or workbook named ranges collection.
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelNamedRange

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public class ExcelNamedRange

The ExcelNamedRange type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets or sets the name of the range.
Public propertyNameScope
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.
Public propertyRange
Gets or sets the range referenced by this named range.
Top
See Also