Gets or sets the column at the specified position within the collection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public TableNode.Column Item [ |
Visual Basic
Copy Code
|
|---|
Public Property Item( _ |
A reference to the TableNode.Column object at the specified index.
RemarksDo not use the set accessor of this property. It supports the MvcDiagram infrastructure and is not intended to be used directly from your code.
See Also