Search
TableNode.RowCollection.Item Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

index

 Property Value

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

 Remarks

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

 See Also