Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IName Interface
Methods

In This Topic
    IName Interface Members
    In This Topic

    The following tables list the members exposed by IName.

    Public Methods
     NameDescription
     MethodDeletes the object.  
     MethodGenerates the defined name from the json string.  
     MethodGets the comment associated with the name.  
     MethodGets the name of the object.  
     MethodGets 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.  
     MethodGets 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.  
     MethodSets the comment associated with the name.  
     MethodSets the name of the object.  
     MethodSets 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.  
     MethodSets 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.  
     MethodGenerates the json string from the defined name.  
    Top
    See Also