[]
        
(Showing Draft Content)

FarPoint.Web.Chart.StringCollectionCollection.Item

this Property

this[int]

Gets or sets the item at the specified index.

Declaration
public StringCollectionItem this[int index] { get; set; }
Public Default Property Item(index As Integer) As StringCollectionItem
Parameters
Type Name Description
int index

Index of the item.

Property Value
Type Description
StringCollectionItem

Item.

Implements