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)
ParameterTypeDescription
topRowInt32The top row index.
topInt32The vertical offset its top row, in unit of pixel.
leftColumnInt32The left column index.
leftInt32The horizontal offset from its left column, in unit of pixel.
heightInt32The height of equation, in unit of pixel.
widthInt32The width of equation, in unit of pixel.

See Also