Aspose::Cells::Drawing::Shape::GetUpperLeftRow method

Shape::GetUpperLeftRow method

Represents upper left corner row index.

int32_t Aspose::Cells::Drawing::Shape::GetUpperLeftRow()

Remarks

If the shape is in the shape or in the group , UpperLeftRow will be ignored.

Examples

if (shape.GetUpperLeftRow() == 3)
    shape.SetUpperLeftRow(1);

See Also