Aspose::Cells::Drawing::Shape::GetTopToCorner method

Shape::GetTopToCorner method

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

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

Examples

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

See Also