Spread WinForms 15
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
See Also