...
Converts a position in row/column format to a 1-based position in the presentation space. The converted position ranges from 1 to the size of the presentation space.
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
Function RowColumnToPosition ( _ row As Integer, _ column As Integer, _ sessionID As Object, _ <OutAttribute> ByRef position As Integer _ ) As Boolean |
Visual C++ |
---|
bool RowColumnToPosition( int row, int column, Object^ sessionID, [OutAttribute] int% position ) |
JavaScript |
---|
function RowColumnToPosition(row, column, sessionID, position); |
Parameters
row
Type: System..::.Int32The Int32
The row position to convert.
column
Type: System..::.Int32The Int32
The column position to convert.
sessionID
Type: System..::.ObjectThe Object
The sessionID for which to convert the row/column position.
position
Type: System..::.Int32 %The
The converted 1-based presentation space position.
...
The converted presentation space position is 1-based, and ranges from 1 to the size of the presentation space.
See Also
IQWS3270 Interface
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.
...