|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface inamedrange
represents a defined name for a range of cells. names can be either built-in names such as database, print_area, and auto_open or custom names.
method summary | |
---|---|
void |
delete()
deletes the object. |
int |
getindex()
returns the index number of the object within the collection of similar objects. |
java.lang.string |
getname()
returns or sets the name of the object. |
java.lang.string |
getnamelocal()
returns or sets the name of the object, in the language of the user. |
ixlsrange |
getreferstorange()
returns the range object referred to by a name object. |
java.lang.string |
getscope()
returns string representation of the name's scope. |
java.lang.string |
getvalue()
for the name object, a string containing the formula that the name is defined to refer to. |
java.lang.string |
getvaluer1c1()
gets named range formula in r1c1 style. |
boolean |
getvisible()
determines whether the object is visible. |
iworksheet |
getworksheet()
returns parent worksheet. |
boolean |
islocal()
indicates whether name is local. |
void |
setname(java.lang.string value)
returns or sets the name of the object. |
void |
setnamelocal(java.lang.string value)
returns or sets the name of the object, in the language of the user. |
void |
setreferstorange(ixlsrange referstorange)
sets the range object referred to a name object. |
void |
setvalue(java.lang.string value)
for the name object, a string containing the formula that the name is defined to refer to. |
void |
setvisible(boolean value)
determines whether the object is visible. |
method detail |
---|
int getindex()
java.lang.string getname()
void setname(java.lang.string value)
java.lang.string getnamelocal()
void setnamelocal(java.lang.string value)
ixlsrange getreferstorange()
void setreferstorange(ixlsrange referstorange)
java.lang.string getvalue()
void setvalue(java.lang.string value)
boolean getvisible()
void setvisible(boolean value)
boolean islocal()
java.lang.string getvaluer1c1()
iworksheet getworksheet()
java.lang.string getscope()
void delete()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |