Aspose::Cells::Drawing::Shape::GetActualLowerRightRow method

Shape::GetActualLowerRightRow method

Get the actual bottom row.

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

Examples

int rRow = shape.GetActualLowerRightRow();

See Also