Deletes the CharacterResult entry for a specified index within the TextLineResult.
Syntax
'Declaration
Public Sub DeleteCharacter( _
ByVal As Integer _
)
'Usage
Dim instance As TextLineResult
Dim index As Integer
instance.DeleteCharacter(index)
public void DeleteCharacter(
int
)
public: void DeleteCharacter(
int
)
public:
void DeleteCharacter(
int
)
Parameters
- index
- The zero based index for the CharacterResult. An System.ArgumentOutOfRangeException will occur if the index less than 0 or greater or equal to the NumberCharacters.
Exceptions
See Also