Constructor Summary |
---|
Connect()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getFromCell() | |
method | setFromCell(value) | |
The cell from which a connection is made. | ||
method | getFromPart() | |
method | setFromPart(value) | |
The cell from which a connection originates. The value of the property is FromPartValue integer constant. | ||
method | getFromSheet() | |
method | setFromSheet(value) | |
The ID of the shape from which a connection or connections originate. | ||
method | getToCell() | |
method | setToCell(value) | |
The cell to which a connection is made. | ||
method | getToPart() | |
method | setToPart(value) | |
The part of a shape to which a connection is made. The value of the property is ToPartValue integer constant. | ||
method | getToSheet() | |
method | setToSheet(value) | |
The ID of the shape to which one or more connections are made |
Method Summary | ||
---|---|---|
method | deepClone() | |
Creates deep copy of this instance.
|
long getFromSheet() / setFromSheet(value)
long getToSheet() / setToSheet(value)
String getFromCell() / setFromCell(value)
String getToCell() / setToCell(value)
int getFromPart() / setFromPart(value)
int getToPart() / setToPart(value)