Deletes the CharacterResult for the index on the TextLineResult.
Syntax
'Declaration
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
Public Sub DeleteCharacter( _
ByVal As System.Integer _
)
'Usage
Dim instance As TextLineResult
Dim index As System.Integer
instance.DeleteCharacter(index)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public void DeleteCharacter(
System.int
)
public procedure DeleteCharacter(
: System.Integer
);
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function DeleteCharacter(
: System.int
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: void DeleteCharacter(
System.int
)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
void DeleteCharacter(
System.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.
See Also