MathArrayFactory

MathArrayFactory class

Permet de créer un tableau mathématique

public class MathArrayFactory : IMathArrayFactory

Constructors

NomDescription
MathArrayFactory()Le constructeur par défaut.

Methods

NomDescription
CreateMathArray(IMathElement)Crée un tableau mathématique et place l’élément spécifié à l’intérieur
CreateMathArray(IMathElementCollection)Crée un tableau mathématique et place les éléments spécifiés à l’intérieur

Remarks

Pour la compatibilité COM

See Also