AddListBox
ShapeCollection.AddListBox method
Fügt dem Arbeitsblatt eine ListBox hinzu.
public ListBox AddListBox(int upperLeftRow, int top, int upperLeftColumn, int left, int height,
int width)
Parameter | Typ | Beschreibung |
---|---|---|
upperLeftRow | Int32 | Zeilenindex oben links. |
top | Int32 | Stellt den vertikalen Versatz von ListBox von seiner linken Zeile in Pixeleinheiten dar. |
upperLeftColumn | Int32 | Spaltenindex oben links. |
left | Int32 | Stellt den horizontalen Versatz von ListBox von seiner linken Spalte in Pixeleinheiten dar. |
height | Int32 | Repräsentiert die Höhe von ListBox in Pixeleinheiten. |
width | Int32 | Stellt die Breite von ListBox in Pixeleinheiten dar. |
Rückgabewert
Ein ListBox-Objekt.
Beispiele
[C#]
//Listenfeld hinzufügen
ListBox listBox = shapes.AddListBox(1, 0, 1, 0, 100, 50);
Siehe auch
- class ListBox
- class ShapeCollection
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells