RemoveAt
TextBoxCollection.RemoveAt method
Entfernen Sie ein Textfeld aus der Datei.
public void RemoveAt(int index)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | Der Textfeldindex. |
Beispiele
[C#]
int index3 = textBoxCollection.Count - 1;
textBoxCollection.RemoveAt(index3);
Siehe auch
- class TextBoxCollection
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells