MindFusion.Wpf Pack Programmer's Guide
TableNode.ColumnCollection.Item Property
See Also
 





Gets or sets the column at the specified position within the collection.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public TableNode.Column Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Property Item( _
    index As Integer _
) As TableNode.Column

 Parameters

index
The zero-based index of the item which should be get or set.

 Property Value

A reference to the TableNode.Column object at the specified index.

 Remarks

Do not use the set accessor of this property. It supports the Diagramming for WPF infrastructure and is not intended to be used directly from your code.

 See Also

TableNode.ColumnCollection Members
TableNode.ColumnCollection Class
MindFusion.Diagramming.Wpf Namespace