PropertyValueCollection.SetIndex(Int32, Int32) Method

Definition

public:
 abstract void SetIndex(int currentIndex, int newIndex);
public abstract void SetIndex (int currentIndex, int newIndex);
abstract member SetIndex : int * int -> unit
Public MustOverride Sub SetIndex (currentIndex As Integer, newIndex As Integer)

Parameters

currentIndex
Int32
newIndex
Int32

Applies to