CreateMathArray

CreateMathArray(IMathElement)

Crée un tableau mathématique et y place l’élément spécifié

public IMathArray CreateMathArray(IMathElement element)
ParamètreTaperLa description
elementIMathElementélément mathématique à placer dans un tableau

Return_Value

nouveau tableau mathématique

Voir également


CreateMathArray(IMathElementCollection)

Crée un tableau mathématique et y place les éléments spécifiés

public IMathArray CreateMathArray(IMathElementCollection elements)
ParamètreTaperLa description
elementsIMathElementCollectionéléments mathématiques à placer dans un tableau

Return_Value

nouveau tableau mathématique

Voir également