This document is archived and information here might be outdated. Recommended version. |
Inserts a StatisticDescription at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal Index As Integer, _ ByVal pStatisticDescription As IStatisticDescription _ )
[C#] public void Insert ( int Index, IStatisticDescription pStatisticDescription );
[C++]
HRESULT Insert(
long Index,
IStatisticDescription* pStatisticDescription
);
[C++] Parameters Index [in]
Index is a parameter of type long pStatisticDescription [in]
pStatisticDescription is a parameter of type IStatisticDescription*