[]
Represents a named range of XLCell objects on one or several worksheets.
public class XLNamedRange : ICloneable
| Name | Description |
|---|---|
| Book | Gets a reference to the parent C1XLBook object. |
| CellRange | Gets a reference to the XLCellRange object that determines which cells are contained in the current named range. |
| CellRanges | Gets a reference to array of the XLCellRange objects that determines which cells are contained in the current named range. |
| Comment | Gets or sets the comment text associated with the current named range. |
| IsBuiltInName | Determines whether the range has a built-in name. |
| IsEmpty | Determines whether the current range is empty. |
| IsHiddenName | Determines whether the range has a built-in name. |
| IsNameOnly | Determines whether the current named range has a valid name but does not define a range. |
| Name | Gets or sets the name of the current named range. |
| Refers | Gets the refers text approximated CellRanges of the current named range. |
| Name | Description |
|---|---|
| Clone() | Creates a new XLNamedRange object that is a copy of the current instance. |
| Contains(XLSheet, int, int) | Determines whether the range contains a specific cell. |
| ParseRefers(C1XLBook, string) | Parse named range refers to cell range array. |