ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / SvgRendering Class / ToText Method

In This Topic
    ToText Method
    In This Topic
    Generates a SVG text code.
    Syntax
    'Declaration
     
    Public Function ToText() As System.String
    public System.string ToText()

    Return Value

    The generated SVG text code.
    See Also