Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / Length Property


In This Topic
    Length Property (RichText)
    In This Topic
    Gets the length of text.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Length As Integer
    'Usage
     
    
    Dim instance As RichText
    Dim value As Integer
     
    value = instance.Length
    public int Length {get;}
    See Also