Add
TextBoxCollection.Add method
Lägger till en textruta i samlingen.
public int Add(int upperLeftRow, int upperLeftColumn, int height, int width)
Parameter | Typ | Beskrivning |
---|---|---|
upperLeftRow | Int32 | Övre vänstra radens index. |
upperLeftColumn | Int32 | Övre vänstra kolumnindex. |
height | Int32 | Textrutans höjd, i pixelenhet. |
width | Int32 | Textrutans bredd, i pixelenhet. |
Returvärde
TextBox
objektindex.
Exempel
[C#]
//lägg till en textruta
int index2 = textBoxCollection.Add(1, 1, 50, 100);
Se även
- class TextBoxCollection
- namnutrymme Aspose.Cells.Drawing
- hopsättning Aspose.Cells