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)
Parameter | Type | Description |
---|---|---|
topRow | int32_t | The top row index. |
top | int32_t | The vertical offset its top row, in unit of pixel. |
leftColumn | int32_t | The left column index. |
left | int32_t | The horizontal offset from its left column, in unit of pixel. |
height | int32_t | The height of equation, in unit of pixel. |
width | int32_t | The width of equation, in unit of pixel. |
ReturnValue
See Also
- Class TextBox
- Class Vector
- Class ShapeCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++