CustomTaskPaneCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The CustomTaskPane at the specified index.
Exceptions
The Microsoft.Office.Tools.CustomTaskPaneCollection.Dispose method has already been called on the CustomTaskPaneCollection.