Aspose::Cells::Drawing::Shape::SetUpperLeftColumn method

Shape::SetUpperLeftColumn method

Represents upper left corner column index.

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

Examples

if (shape.GetUpperLeftColumn() == 3)
    shape.SetUpperLeftColumn(1);

See Also