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
This method returns a string containing the contents of a rectangular region of the current entity.
Gets a string from a rectangular region of the current entity.
Exception Type | Condition |
---|---|
HostIntegratorConnectorException | Thrown if client is not connected |
HostIntegratorException | Thrown if the connection is for metadata only |
HostIntegratorServerException | Thrown a value is out of range |
HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace