get_Count()

MathBlock::get_Count() method

Gets the number of child math elements actually contained in the collection. Read-only int32_t.

int32_t Aspose::Slides::MathText::MathBlock::get_Count() override

Remarks

Example:

auto mathBlock = System::MakeObject<MathBlock>(System::MakeObject<MathematicalText>(u"x"));
int32_t count = mathBlock->get_Count();

See Also