AddLine
ShapeCollection.AddLine method
Agrega una forma de línea a la hoja de trabajo.
public LineShape AddLine(int upperLeftRow, int top, int upperLeftColumn, int left, int height,
int width)
Parámetro | Escribe | Descripción |
---|---|---|
upperLeftRow | Int32 | Índice de la fila superior izquierda. |
top | Int32 | Representa el desplazamiento vertical de LineShape desde su fila izquierda, en unidades de píxel. |
upperLeftColumn | Int32 | Índice de la columna superior izquierda. |
left | Int32 | Representa el desplazamiento horizontal de LineShape desde su columna izquierda, en unidades de píxel. |
height | Int32 | Representa la altura de LineShape, en unidades de píxel. |
width | Int32 | Representa el ancho de LineShape, en unidades de píxel. |
Valor_devuelto
Un objeto LineShape.
Ejemplos
[C#]
// agregar un objeto de línea
LineShape lineShape = shapes.AddLine(1, 0, 1, 0, 100, 50);
Ver también
- class LineShape
- class ShapeCollection
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells