HidePlaceholders

IMathMatrix.HidePlaceholders-Eigenschaft

Verstecken Sie die Platzhalter für leere Matrixelemente. Standard: falsch

public bool HidePlaceholders { get; set; }

Beispiele

Beispiel:

[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.HidePlaceholders = true;

Siehe Auch