[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IName

IName Interface

Represents a defined name for a range of cells.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IName
Public Interface IName

Properties

Name Description
Comment

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

Name

Gets or sets the name of the object.

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.

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.

Methods

Name Description
Delete()

Deletes the object.

FromJson(string)

Generates the defined name from the JSON string.

ToJson()

Generates the JSON string from the defined name.