get_Count()

IMathElementCollection::get_Count() method

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

virtual int32_t Aspose::Slides::MathText::IMathElementCollection::get_Count()=0

Remarks

Example:

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

See Also