get_ColumnCount()
MathMatrix::get_ColumnCount() method
Number of columns in the matrix
int32_t Aspose::Slides::MathText::MathMatrix::get_ColumnCount() override
Remarks
Example:
auto matrix = System::MakeObject<MathMatrix>(2, 3);
int32_t columnCount = matrix->get_ColumnCount();
See Also
- Class MathMatrix
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides