set_HidePlaceholders()

IMathMatrix::set_HidePlaceholders(bool) method

Hide the placeholders for empty matrix elements Default: false

virtual void Aspose::Slides::MathText::IMathMatrix::set_HidePlaceholders(bool value)=0

Remarks

Example:

auto matrix = System::MakeObject<MathMatrix>(2, 3);
matrix->set_HidePlaceholders(true);

See Also