get_RowCount()
IMathMatrix::get_RowCount() method
Number of rows in the matrix
virtual int32_t Aspose::Slides::MathText::IMathMatrix::get_RowCount()=0
Remarks
Example:
auto matrix = System::MakeObject<MathMatrix>(2, 3);
int32_t rowCount = matrix->get_RowCount();
See Also
- Class IMathMatrix
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides