Aspose::Cells::Drawing::Shape::SetTopInch method

Shape::SetTopInch method

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

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

Examples

if (shape.GetTopInch() == 3)
    shape.SetTopInch(1);

See Also