|
|||||||||
| prev class next class | frames no frames | ||||||||
| summary: nested | field | constr | method | detail: field | constr | method | ||||||||
public interface iworksheets
a collection of all the worksheet objects in the specified or active workbook. each worksheet object represents a worksheet.
| method summary | |
|---|---|
iworksheet |
addcopyafter(iworksheet tocopy)
adds copy of sheet to collection after choosed sheet. |
iworksheet |
addcopyafter(iworksheet tocopy,
iworksheet sheetbefore)
adds copy of sheet to collection before choosed sheet. |
iworksheet |
addcopybefore(iworksheet tocopy)
adds copy of sheet to collection before choosed sheet. |
iworksheet |
addcopybefore(iworksheet tocopy,
iworksheet sheetafter)
adds copy of sheet to collection before choosed sheet. |
iworksheet |
create()
create a new worksheet. |
iworksheet |
create(java.lang.string name)
create worksheet with specified name. |
iworksheet |
get(int index)
returns a single object from a collection. |
iworksheet |
get(java.lang.string sheetname)
returns a single object from a collection. |
int |
getcount()
returns the number of objects in the collection. |
java.lang.object |
getparent()
returns the parent object for the specified object. |
boolean |
getuserangescache()
indicates whether all created range objects should be cached. |
void |
remove(int index)
removes specified worksheet from the collection. |
void |
remove(iworksheet sheet)
remove worksheet from collection. |
void |
remove(java.lang.string sheetname)
removes specified worksheet from the collection. |
| method detail |
|---|
int getcount()
iworksheet get(int index)
iworksheet get(java.lang.string sheetname)
java.lang.object getparent()
boolean getuserangescache()
iworksheet create(java.lang.string name)
name - new name of worksheet. must be unique for collection.
iworksheet create()
void remove(iworksheet sheet)
sheet - reference on worksheet to remove.void remove(java.lang.string sheetname)
sheetname - name of the sheet to remove.void remove(int index)
index - index of the sheet to remove.iworksheet addcopybefore(iworksheet tocopy)
tocopy - represents worksheet to copy.
iworksheet addcopybefore(iworksheet tocopy,
iworksheet sheetafter)
tocopy - represents worksheet to copy.sheetafter - represents sheet that, in collection must be after copied sheet.
iworksheet addcopyafter(iworksheet tocopy)
tocopy - represents worksheet to copy.
iworksheet addcopyafter(iworksheet tocopy,
iworksheet sheetbefore)
tocopy - represents worksheet to copy.sheetbefore - represents sheet that, in collection must be before copied sheet.
|
|||||||||
| prev class next class | frames no frames | ||||||||
| summary: nested | field | constr | method | detail: field | constr | method | ||||||||