Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / GetLineLength Method
Index of the line


In This Topic
GetLineLength Method
In This Topic
Returns the length of the line.
Syntax
'Declaration
 
Public Overridable Function GetLineLength( _
   ByVal lineIndex As Integer _
) As Integer
 
'Usage
 
Dim instance As SEditTextBox
Dim lineIndex As Integer
Dim value As Integer
 
value = instance.GetLineLength(lineIndex)

Parameters

lineIndex
Index of the line

Return Value

Length of the line
See Also