Class GridName
GridName class
Encapsulates the object that represents a name object.
Properties
| Name | Description |
|---|
| RefersTo { get; set; } | Returns or sets the formula that the name is defined to refer to, beginning with an equal sign. |
| SheetIndex { get; set; } | Indicates this name belongs to Workbook or Worksheet. 0 = Global name, otherwise index to sheet (one-based) |
| Text { get; set; } | Gets the name text of the object. |
Methods
| Name | Description |
|---|
| override ToString() | Returns a string represents the current Range object. |
See Also