get_RowCount()

MathMatrix::get_RowCount() method

Number of rows in the matrix

int32_t Aspose::Slides::MathText::MathMatrix::get_RowCount() override

Remarks

Example:

auto matrix = System::MakeObject<MathMatrix>(2, 3);
int32_t rowCount = matrix->get_RowCount();

See Also