CreateMathMatrix()

IMathMatrixFactory::CreateMathMatrix(int32_t, int32_t) method

Creates a math matrix

virtual System::SharedPtr<IMathMatrix> Aspose::Slides::MathText::IMathMatrixFactory::CreateMathMatrix(int32_t rowCount, int32_t columnCount)=0

Arguments

ParameterTypeDescription
rowCountint32_trow count
columnCountint32_tcolumn count

Return Value

new math matrix

See Also