|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eodisp.wrapper.excel.Worksheet
public class Worksheet
Represents an Excel Worksheet.
| Constructor Summary | |
|---|---|
Worksheet(org.eclipse.swt.ole.win32.OleAutomation worksheet,
Workbook workbook)
|
|
| Method Summary | |
|---|---|
CommandButton |
getCommandButton(int index)
Returns the command button by its index. |
CommandButton |
getCommandButton(java.lang.String name)
Returns the command button with the given name. |
java.util.List<CommandButton> |
getCommandButtons()
Returns all command buttons in this worksheet. |
java.lang.String |
getName()
Returns the name of this worksheet |
Range |
getRange(java.lang.String range)
Returns a range of this Worksheet. |
Workbook |
getWorkbook()
Returns the workbook that contains this worksheet. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
Worksheet(org.eclipse.swt.ole.win32.OleAutomation worksheet,
Workbook workbook)
| Method Detail |
|---|
public Range getRange(java.lang.String range)
range - the range, either given in the form A1 or the
name of the range.
null if the given string does not
name a valid range.public java.lang.String getName()
public Workbook getWorkbook()
public CommandButton getCommandButton(java.lang.String name)
name - the unique name of the command button.
null if no command button
exists with the given name.public CommandButton getCommandButton(int index)
index - the index of the command button
null if no command button
exists with the given index.#getCommandButton(String)}public java.util.List<CommandButton> getCommandButtons()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||