ToMathML(RangeBase,XmlWriter) Method
'Declaration
Public Overloads Function ToMathML( _
ByVal As RangeBase, _
ByVal As System.Xml.XmlWriter _
) As System.Boolean
public System.bool ToMathML(
RangeBase ,
System.Xml.XmlWriter
)
Parameters
- range
- The source RangeBase to convert.
- result
- The target System.Xml.XmlWriter where to write the MathML content.
Return Value
true if the range is converter successfully; otherwise false