Aspose::Cells::Drawing::Shape::GetLowerRightColumn method

Shape::GetLowerRightColumn method

Represents lower right corner column index.

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

Examples

if (shape.GetLowerRightColumn() == 3)
    shape.SetLowerRightColumn(1);

See Also