RemoveAt
TextBoxCollection.RemoveAt method
Ta bort en textruta från filen.
public void RemoveAt(int index)
Parameter | Typ | Beskrivning |
---|---|---|
index | Int32 | Textrutans index. |
Exempel
[C#]
int index3 = textBoxCollection.Count - 1;
textBoxCollection.RemoveAt(index3);
Se även
- class TextBoxCollection
- namnutrymme Aspose.Cells.Drawing
- hopsättning Aspose.Cells