|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface icombinedrange
represents a combined range.
method summary | |
---|---|
void |
clearconditionalformats()
clears conditional formats. |
ixlsrange |
deepclone(java.lang.object parent,
java.util.hashmap hashnewnames,
xlsworkbook book)
clones current ixlsrange. |
int |
getcellscount()
number of cells in the range. |
java.lang.string |
getnewrangelocation(java.util.hashmap names,
java.lang.string[] strsheetname)
gets new address of range. |
java.lang.string |
getrangeglobaladdress2007()
gets address global in the format required by excel 2007. |
java.awt.rectangle[] |
getrectangles()
returns array that contains information about range. |
int |
getrectanglescount()
returns number of rectangles returned by getrectangles method. |
java.lang.string |
getworksheetname()
gets name of the parent worksheet. |
method detail |
---|
java.lang.string getnewrangelocation(java.util.hashmap names, java.lang.string[] strsheetname)
names
- hashtable with worksheet names.strsheetname
- string that sets as a worksheet name.
ixlsrange deepclone(java.lang.object parent, java.util.hashmap hashnewnames, xlsworkbook book)
parent
- parent object.hashnewnames
- hash table with new names.book
- parent workbook.
void clearconditionalformats()
java.awt.rectangle[] getrectangles()
int getrectanglescount()
int getcellscount()
java.lang.string getrangeglobaladdress2007()
java.lang.string getworksheetname()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |