'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Sub DeleteTextLine( _ ByVal index As Integer _ )
'Usage Dim instance As TextBlockResult Dim index As Integer instance.DeleteTextLine(index)
[DebuggerNonUserCode()] [DebuggerStepThrough()] public void DeleteTextLine( int index )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void DeleteTextLine( int index )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void DeleteTextLine( int index )
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.