HostIntegratorSession.GetStringAtRowColumn Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.GetStringAtRowColumn Method 

Gets a string from a rectangular region of the current entity.

[Visual Basic]Public Function GetStringAtRowColumn( _
   ByVal topRow As Integer, _
   ByVal leftColumn As Integer, _
   ByVal numRows As Integer, _
   ByVal numColumns As Integer _
) As String
[C#]
public string GetStringAtRowColumn(
   int topRow,
   int leftColumn,
   int numRows,
   int numColumns
);

Parameters

topRow
Specifies the starting row for the selection.
leftColumn
Specifies the starting column for the selection.
numRows
Specifies the number of rows in the selection.
numColumns
Specifies the number of columns in the selection.

Return Value

This method returns a string containing the contents of a rectangular region of the current entity.

Remarks

Gets a string from a rectangular region of the current entity.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace