[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IName

Interface IName

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents a defined name for a range of cells.

public interface IName

Properties

Comment

Gets or sets the comment associated with the name (read or write).

string Comment { get; set; }

Property Value

string

Name

Gets or sets the name of the object.

string Name { get; set; }

Property Value

string

RefersTo

Gets or sets the formula that the name is defined to refer to, in the language of the macro and in A1-style notation, beginning with an equal sign.

string RefersTo { get; set; }

Property Value

string

RefersToR1C1

Gets or sets the formula that the name is defined to refer to, in the language of the macro and in R1C1-style notation, beginning with an equal sign.

string RefersToR1C1 { get; set; }

Property Value

string

Methods

Delete()

Deletes the object.

void Delete()

FromJson(string)

Generates the defined name from the JSON string.

void FromJson(string json)

Parameters

json string

the JSON string that contains a defined name

ToJson()

Generates the JSON string from the defined name.

string ToJson()

Returns

string

The JSON string.