HidePlaceholders

IMathMatrix.HidePlaceholders property

Ocultar los marcadores de posición para elementos de matriz vacíos Predeterminado: false

public bool HidePlaceholders { get; set; }

Ejemplos

Ejemplo:

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

Ver también