[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ReadOnlyListWrapper-2.Item

this Property

this[int]

Gets or sets the element at the specified index.

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

The zero-based index of the element to get or set.

Property Value
Type Description
TWrapperItem

The element at the specified index.

Implements