Converts a presentation space position for the specified session into row/column format.
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Function PositionToRowColumn ( _ position As Integer, _ sessionID As Object, _ <OutAttribute> ByRef row As Integer, _ <OutAttribute> ByRef column As Integer _ ) As Boolean |
Visual C++ |
---|
public: virtual bool PositionToRowColumn( int position, Object^ sessionID, [OutAttribute] int% row, [OutAttribute] int% column ) sealed |
JavaScript |
---|
function PositionToRowColumn(position, sessionID, row, column); |
Parameters
position Type: System..::.Int32Position to convert; must be between 1 and the size of the presentation space.
sessionID Type: System..::.ObjectThe sessionID for which to convert the position.
row Type: System..::.Int32 %Receives the row number that corresponds to the position.
column Type: System..::.Int32 %Receives the column number that corresponds to the position.
Return Value
true if position is valid and could be successfully converted to a row and column position, otherwise false.
Implements
IQWS3270..::.PositionToRowColumn(Int32, Object, Int32%, Int32%)
See Also
QWS3270 Class
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.