ShapeCollection.AddEquation
ShapeCollection.AddEquation method
Add an equation object to the worksheet.
public TextBox AddEquation(int topRow, int top, int leftColumn, int left, int height, int width)
Parameter | Type | Description |
---|---|---|
topRow | Int32 | The top row index. |
top | Int32 | The vertical offset its top row, in unit of pixel. |
leftColumn | Int32 | The left column index. |
left | Int32 | The horizontal offset from its left column, in unit of pixel. |
height | Int32 | The height of equation, in unit of pixel. |
width | Int32 | The width of equation, in unit of pixel. |
See Also
- class TextBox
- class ShapeCollection
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells