GrapeCity.Documents.Excel Namespace / IName Interface
Properties Methods

IName Interface Members

The following tables list the members exposed by IName.

Public Properties
 NameDescription
 Property Gets or sets the comment associated with the name (read or write).  
 Property Gets or sets the name of the object.  
 Property 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.  
 Property 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.  
Top
Public Methods
 NameDescription
 Method Deletes the object.  
 Method Generates the defined name from the JSON string.  
 Method Generates the JSON string from the defined name.  
Top
See Also