'Declaration
Public Function TextLine( _ ByVal index As Integer _ ) As TextLineResult
'Usage
Dim instance As TextBlockResult Dim index As Integer Dim value As TextLineResult value = instance.TextLine(index)
public TextLineResult TextLine( int index )
public: TextLineResult* TextLine( int index )
public: TextLineResult^ TextLine( 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.