CreateMathMatrix
IMathMatrixFactory.CreateMathMatrix method
Creates a math matrix
public IMathMatrix CreateMathMatrix(int rowCount, int columnCount)
Parameter | Type | Description |
---|---|---|
rowCount | Int32 | row count |
columnCount | Int32 | column count |
Return Value
new math matrix
See Also
- interface IMathMatrix
- interface IMathMatrixFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides