'Declaration Public Sub ReplaceChars( _ ByVal startIndex As Integer, _ ByVal text As String _ )
'Usage Dim instance As ImGearPDETextItem Dim startIndex As Integer Dim text As String instance.ReplaceChars(startIndex, text)
public void ReplaceChars( int startIndex, string text )
public: void ReplaceChars( int startIndex, string* text )
public: void ReplaceChars( int startIndex, String^ text )
Parameters
- startIndex
- Index position of the characters to replace.
- text
- Replacement text.