Interface IName
public interface IName
Represents a defined name for a range of cells.
-
Method Summary
void
void
Generates the defined name from the json string.
Gets the comment associated with the name.
Gets the name of the object.
Gets 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.
Gets 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.
void
Sets the comment associated with the name.
void
Sets the name of the object.
void
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.
void
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.
Generates the json string from the defined name.
-
Method Details
-
getName
Gets the name of the object.
-
setName
Sets the name of the object.
-
getRefersTo
Gets 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.
-
setRefersTo
void setRefersTo(String value)
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.
-
getRefersToR1C1
Gets 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.
-
setRefersToR1C1
void setRefersToR1C1(String value)
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.
-
-
-
delete
void delete()
Deletes the object.
-
fromJson
Generates the defined name from the json string.
- Parameters:
json
- the json string that contains a defined name
-
toJson
Generates the json string from the defined name.
- Returns:
- the json string