Aspose::Cells::Drawing::Shape::SetLowerRightRow method

Shape::SetLowerRightRow method

Represents lower right corner row index.

void Aspose::Cells::Drawing::Shape::SetLowerRightRow(int32_t value)

Examples

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

See Also