Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / GetLeftmostCharacters Method
Number of characters to return


In This Topic
GetLeftmostCharacters Method
In This Topic
Gets a specified number of characters, starting with the leftmost character.
Syntax
'Declaration
 
Public Overridable Function GetLeftmostCharacters( _
   ByVal count As Integer _
) As String
 
'Usage
 
Dim instance As SuperEditBase
Dim count As Integer
Dim value As String
 
value = instance.GetLeftmostCharacters(count)

Parameters

count
Number of characters to return
See Also