Namespace: Spire.Xls.Core.Converter.General.Word.Fields.OMath
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void FromMathMLCode(
	string mathMLCode
)
Public Sub FromMathMLCode ( 
	mathMLCode As String
)
public:
void FromMathMLCode(
	String^ mathMLCode
)
member FromMathMLCode : 
        mathMLCode : string -> unit 

Parameters

mathMLCode
String

See Also