AddAutoShape
ShapeCollection.AddAutoShape method
Fügt dem Arbeitsblatt eine AutoForm hinzu.
public Shape AddAutoShape(AutoShapeType type, int upperLeftRow, int top, int upperLeftColumn,
int left, int height, int width)
Parameter | Typ | Beschreibung |
---|---|---|
type | AutoShapeType | Automatischer Formtyp. |
upperLeftRow | Int32 | Zeilenindex oben links. |
top | Int32 | Stellt den vertikalen Versatz von Shape von seiner linken Zeile in Pixeleinheiten dar. |
upperLeftColumn | Int32 | Spaltenindex oben links. |
left | Int32 | Stellt den horizontalen Versatz von Shape von seiner linken Spalte in Pixeleinheiten dar. |
height | Int32 | Stellt die Höhe von Shape in Pixeleinheiten dar. |
width | Int32 | Stellt die Breite von Shape in Pixeleinheiten dar. |
Rückgabewert
Ein Shape-Objekt.
Bemerkungen
Der Typ konnte nicht Chart/Comment/Picture/OleObject/Polygon/DialogBox sein
Beispiele
[C#]
//Fügt dem Arbeitsblatt eine AutoForm hinzu.
Shape autoShape = shapes.AddAutoShape(AutoShapeType.Cube, 1, 0, 1, 0, 100, 50);
Siehe auch
- class Shape
- enum AutoShapeType
- class ShapeCollection
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells