public final class NamedRange extends Object
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deletes this named range from the named ranges collection.
|
boolean |
equals(Object obj)
Determines whether the specified
Object is equal to this NamedRange instance. |
String |
getName()
Gets the named range name.
|
CellRange |
getRange()
Gets the named cell range.
|
boolean |
isGlobalName()
Gets global flag
|
void |
setRange(CellRange value)
Sets the named cell range.
|
String |
toString()
Returns a
String that represents this NamedRange instance. |
public void delete()
public boolean equals(Object obj)
Object
is equal to this NamedRange
instance.equals
in class Object
obj
- The Object
to compare with this NamedRange
instance.true
if the specified Object
is a NamedRange
and is equal to this NamedRange
instance; otherwise, false
.public String getName()
public CellRange getRange()
public boolean isGlobalName()
public void setRange(CellRange value)
value
- The named cell range.public String toString()
String
that represents this NamedRange
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 NamedRange
instance.© GemBox Ltd. — All rights reserved.