ASP.NET Pack Programmer's Guide
TableNode.getColumn Method
See Also
 





Returns a reference to the column at the specified position within the table's list of columns.

Namespace: MindFusion.Diagramming
Package: TableNode.js

 Syntax

JavaScript  Copy Code

function getColumn (col)

 Parameters

col

An integer value specifying the index of a table's column.

 Return Value

Type: Object
A JavaScript object representing the specified column.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace
getColumnCount Method