Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderRichText Class / TextLength Property

In This Topic
    TextLength Property (RenderRichText)
    In This Topic
    Gets the "real" length of the text assigned to the Rtf property. Only the actual text characters are counted, RTF tags are not included in the count.
    Syntax
    'Declaration
     
    Public ReadOnly Property TextLength As Integer
    public int TextLength {get;}
    See Also