OleObjectCollection.Item

OleObjectCollection indexer

Gets the OleObject element at the specified index.

public OleObject this[int index] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also