MoveRange(Int32,Int32[]) Method (ImageCollection)
Removes images at specified indexes and inserts them at specified index.
'Declaration
Public Function MoveRange( _
ByVal As System.Int32, _
ByVal ParamArray () As System.Int32 _
) As System.Int32
public System.Int32 MoveRange(
System.Int32 ,
params System.Int32[]
)
public: System.Int32 MoveRange(
System.Int32 ,
params System.Int32[]*
)
public:
System.Int32 MoveRange(
System.Int32 ,
... array<System.Int32>^
)
Parameters
- insertIndex
- The zero-based index at which the images should be inserted.
- indexes
- An array that contains indexes of images that must be moved.
Return Value
The zero-based index at which the images has been inserted.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5