Gets or sets the column index of a cell with which the anchor point is associated.
Namespace: MindFusion.Diagramming
File: AnchorPoint.js
SyntaxJavaScript
Copy Code
|
|---|
get column() {} |
Number
The column index of a cell with which the anchor point is associated.
RemarksIf column is set to -1, the point relative coordinates specify percentage of row's extents. Otherwise the point coordinates specify percentage of cell's extents.
See Also