TextDecorationCollection.RemoveAt(Int32) Método
Definición
Quita de la colección el objeto TextDecoration ubicado en el índice especificado.Removes the specified TextDecoration object from the collection at the specified index.
public:
virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)
Parámetros
- index
- Int32
Posición de índice de base cero donde se va a eliminar el objeto.The zero-based index position from where to delete the object.