OutlineItemCollection.Item

OutlineItemCollection indexer

Gets outline item from the collection using index.

public OutlineItemCollection this[int index] { get; }
ParameterDescription
indexIndex within the collection.

Return Value

OutlineItemCollection object.

See Also