public final class DefinedName extends Object
Modifier and Type | Method and Description |
---|---|
int |
getLocalSheetIndex()
Gets the local sheet index of the defined name.
|
String |
getName()
Gets the name of the defined name object.
|
String |
getValue()
Gets the value of the defined name.
|
void |
setLocalSheetIndex(int index)
Sets the local sheet index of the defined name.
|
void |
setName(String name)
Sets the name of the defined name object.
|
void |
setValue(String value)
Sets the value of the defined name.
|
String |
toString()
Returns a
String that represents this DefinedName instance. |
public int getLocalSheetIndex()
public String getName()
public String getValue()
public void setLocalSheetIndex(int index)
index
- The local sheet index of the defined name.public void setName(String name)
name
- The name of the defined name object.public void setValue(String value)
value
- The value of the defined name.public String toString()
String
that represents this DefinedName
instance.
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).
toString
in class Object
String
that represents this DefinedName
instance.© GemBox d.o.o. — All rights reserved.