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
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++