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