Search
StringCollection.Item Property
See Also
 





Gets or sets the stringItem at the specified index.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public StringItem Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Property Item( _
    index As Integer _
) As StringItem

 Parameters

index

 Property Value

 See Also