Deletes the TextLineResult for the index on the TextBlockResult
Syntax
'Declaration
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Sub DeleteTextLine( _
ByVal As System.Integer _
)
'Usage
Dim instance As TextBlockResult
Dim index As System.Integer
instance.DeleteTextLine(index)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public void DeleteTextLine(
System.int
)
public procedure DeleteTextLine(
: System.Integer
);
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function DeleteTextLine(
: System.int
);
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: void DeleteTextLine(
System.int
)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
void DeleteTextLine(
System.int
)
Parameters
- index
- The zero based index for the TextLineResult. An System.ArgumentOutOfRangeException will occur if the index less than 0 or greater or equal to the NumberTextLines.
See Also