Aspose::Cells::Drawing::Shape::GetTopCM method

Shape::GetTopCM method

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

double Aspose::Cells::Drawing::Shape::GetTopCM()

Examples

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

See Also