'Declaration Public Sub RemoveChars( _ ByVal startIndex As Integer, _ ByVal count As Integer _ )
'Usage Dim instance As ImGearPDETextItem Dim startIndex As Integer Dim count As Integer instance.RemoveChars(startIndex, count)
public void RemoveChars( int startIndex, int count )
public: void RemoveChars( int startIndex, int count )
public: void RemoveChars( int startIndex, int count )
Parameters
- startIndex
 - Index of the first character to remove.
 - count
 - The number of characters to remove.