HostIntegratorSession.InsertStringAtRowColumn Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.InsertStringAtRowColumn Method 

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 _
)
[C#]
public void InsertStringAtRowColumn(
   string _string,
   int rowNum,
   int columnNum
);

Parameters

_string
Specifies the string to insert.
rowNum
Specifies the row number of the starting location for insertion on the entity.
columnNum
Specifies the column number of the starting location for insertion on the entity.

Remarks

Inserts a string into the current entity on the Host Integrator server starting at the given row and column location.

See Also

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