Aspose::Cells::Drawing::Shape::SetTopCM method

Shape::SetTopCM method

Represents the vertical offset of shape from its top row, in unit of centimeters.

void Aspose::Cells::Drawing::Shape::SetTopCM(double value)

Examples

if (shape.GetTopCM() == 3)
    shape.SetTopCM(1);

See Also