Aspose::Cells::Drawing::ShapeCollection::AddEquation method

ShapeCollection::AddEquation method

Add an equation object to the worksheet.

TextBox Aspose::Cells::Drawing::ShapeCollection::AddEquation(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)
ParameterTypeDescription
topRowint32_tThe top row index.
topint32_tThe vertical offset its top row, in unit of pixel.
leftColumnint32_tThe left column index.
leftint32_tThe horizontal offset from its left column, in unit of pixel.
heightint32_tThe height of equation, in unit of pixel.
widthint32_tThe width of equation, in unit of pixel.

ReturnValue

See Also