CustomTaskPaneCollection.Item[Int32] Property

Definition

Gets the CustomTaskPane at the specified index.

public Microsoft.Office.Tools.CustomTaskPane this[int index] { get; }

Parameters

index
Int32

The zero-based index of the CustomTaskPane to get.

Property Value

CustomTaskPane

The CustomTaskPane at the specified index.

Exceptions

The Microsoft.Office.Tools.CustomTaskPaneCollection.Dispose method has already been called on the CustomTaskPaneCollection.

Applies to