Aspose::Cells::Drawing::Shape::GetLowerRightRow method

Shape::GetLowerRightRow method

Represents lower right corner row index.

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

Examples

if (shape.GetLowerRightRow() == 3)
    shape.SetLowerRightRow(1);

See Also