UpperLeftRow
Shape.UpperLeftRow property
Rappresenta l’indice della riga nell’angolo superiore sinistro.
public int UpperLeftRow { get; set; }
Osservazioni
Se la forma è nella forma o nel gruppo, UpperLeftRow verrà ignorato.
Esempi
[C#]
if (shape.UpperLeftRow == 3)
shape.UpperLeftRow = 1;
Guarda anche
- class Shape
- spazio dei nomi Aspose.Cells.Drawing
- assemblea Aspose.Cells