[]
        
(Showing Draft Content)

C1.Framework.ElementList.Item

this Property

this[int]

Gets or sets the Element at a specified index in the list.

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

Index of the element to get or set.

Property Value
Type Description
Element

The Element at the specified index.