Adds an index to this object class.
[Visual Basic 6.0] Sub AddIndex(
ByVal Index As IIndex _
)
[Visual Basic .NET] Public Sub AddIndex ( _ ByVal Index As IIndex _ )
[C#] public void AddIndex ( IIndex Index );
[Java] public void addIndex ( IIndex Index ) throws IOException, AutomationException
[C++] HRESULT AddIndex( IIndex* Index );