Add
TextBoxCollection.Add method
Fügt der Sammlung ein Textfeld hinzu.
public int Add(int upperLeftRow, int upperLeftColumn, int height, int width)
| Parameter | Typ | Beschreibung |
|---|---|---|
| upperLeftRow | Int32 | Zeilenindex oben links. |
| upperLeftColumn | Int32 | Spaltenindex oben links. |
| height | Int32 | Höhe des Textfelds in Pixeleinheiten. |
| width | Int32 | Breite des Textfelds in Pixeleinheiten. |
Rückgabewert
TextBox Objektindex.
Beispiele
[C#]
// füge eine TextBox hinzu
int index2 = textBoxCollection.Add(1, 1, 50, 100);
Siehe auch
- class TextBoxCollection
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells