This document is archived and information here might be outdated. Recommended version. |
Moves the given symbol to new index position.
[Visual Basic .NET] Public Sub MoveSymbol ( _ ByVal Symbol As ISymbol, _ ByVal toIndex As Integer _ )
[C#] public void MoveSymbol ( ISymbol Symbol, int toIndex );
[C++]
HRESULT MoveSymbol(
ISymbol* Symbol,
long toIndex
);
[C++] Parameters Symbol [in]
Symbol is a parameter of type ISymbol* toIndex [in]
toIndex is a parameter of type long