'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
Return Value
String with the number of characters designated by the count parameter