UpperLeftRow
Shape.UpperLeftRow property
Representa el índice de la fila de la esquina superior izquierda.
public int UpperLeftRow { get; set; }
Observaciones
Si la forma está en la forma o en el grupo, se ignorará UpperLeftRow.
Ejemplos
[C#]
if (shape.UpperLeftRow == 3)
shape.UpperLeftRow = 1;
Ver también
- class Shape
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells