AlignTopRightCorner
Shape.AlignTopRightCorner method
Перемещает изображение в правый верхний угол.
public void AlignTopRightCorner(int topRow, int rightColumn)
Параметр | Тип | Описание |
---|---|---|
topRow | Int32 | индекс строки. |
rightColumn | Int32 | индекс столбца. |
Примеры
[C#]
shape.AlignTopRightCorner(2, 5);
Смотрите также
- class Shape
- пространство имен Aspose.Cells.Drawing
- сборка Aspose.Cells