Aspose::Cells::Drawing::Shape::SetLowerRightColumn method
Shape::SetLowerRightColumn method
Represents lower right corner column index.
void Aspose::Cells::Drawing::Shape::SetLowerRightColumn(int32_t value)
Examples
if (shape.GetLowerRightColumn() == 3)
shape.SetLowerRightColumn(1);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++