GridViewColumnCollection.RemoveItem(Int32) Metoda

Definice

Odebere ze zadaného indexu ze GridViewColumn zadaného indexu GridViewColumnCollection .

protected:
 override void RemoveItem(int index);
protected override void RemoveItem(int index);
override this.RemoveItem : int -> unit
Protected Overrides Sub RemoveItem (index As Integer)

Parametry

index
Int32

Pozice GridViewColumn odebrání.

Platí pro

Viz také