Aspose::Cells::Drawing::Shape::GetTopInch method

Shape::GetTopInch method

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

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

Examples

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

See Also