Inserts a string into the current entity on the Host Integrator server starting at the given row and column location.
[Visual Basic]
Public Sub InsertStringAtRowColumn( _
ByVal _string As String, _
ByVal rowNum As Integer, _
ByVal columnNum As Integer _
)
Inserts a string into the current entity on the Host Integrator server starting at the given row and column location.
Exception Type | Condition |
---|---|
HostIntegratorConnectorException | Thrown if client is not connected |
HostIntegratorException | Thrown if the connection is for metadata only |
HostIntegratorTerminalException | Thrown if the insert fails |
HostIntegratorServerException | Thrown if a row or column value is out of range |
HostIntegratorConnectorException | Thrown if an argument is invalid |
HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace