Class GridName

GridName class

Encapsulates the object that represents a name object.

public class GridName

Properties

NameDescription
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

NameDescription
override ToString()Returns a string represents the current Range object.

See Also