Aspose::Cells::Drawing::Shape::GetWidthCM method

Shape::GetWidthCM method

Represents the width of the shape, in unit of centimeters.

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

Examples

if (shape.GetWidthCM() == 3)
    shape.SetWidthCM(1);

See Also