[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FormattingBagList-1.Item

this Property

this[int]

Gets the item by its index in the list.

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

The item index in the list.

Property Value
Type Description
T

An item by its index in the list.

Implements