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