Deletes the TextLineResult entry for a given index within the TextBlockResult.
Syntax
'Declaration
Public Sub DeleteTextLine( _
ByVal As Integer _
)
'Usage
Dim instance As TextBlockResult
Dim index As Integer
instance.DeleteTextLine(index)
public void DeleteTextLine(
int
)
public: void DeleteTextLine(
int
)
public:
void DeleteTextLine(
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.
Exceptions
See Also