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