get_ColumnCount()

IMathMatrix::get_ColumnCount() method

Number of columns in the matrix

virtual int32_t Aspose::Slides::MathText::IMathMatrix::get_ColumnCount()=0

Remarks

Example:

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

See Also