Aspose::Cells::Drawing::Shape::SetTopToCorner method

Shape::SetTopToCorner method

Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels.

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

Examples

if (shape.GetTopToCorner() == 3)
    shape.SetTopToCorner(1);

See Also