Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Move(
	int newIndex,
	int OldIndex
)
Public Sub Move ( 
	newIndex As Integer,
	OldIndex As Integer
)
public:
void Move(
	int newIndex, 
	int OldIndex
)
member Move : 
        newIndex : int * 
        OldIndex : int -> unit 

Parameters

newIndex
Int32
OldIndex
Int32

See Also