/
PositionToRowColumn Method

PositionToRowColumn Method

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

C#
bool PositionToRowColumn(
	int position,
	Object sessionID,
	out int row,
	out int column
)
Visual Basic (Declaration)
Function PositionToRowColumn ( _
	position As Integer, _
	sessionID As Object, _
	<OutAttribute> ByRef row As Integer, _
	<OutAttribute> ByRef column As Integer _
) As Boolean
Visual C++
bool PositionToRowColumn(
	int position, 
	Object^ sessionID, 
	[OutAttribute] int% row, 
	[OutAttribute] int% column
)
JavaScript
function PositionToRowColumn(position, sessionID, row, column);


Parameters

position
Type: System..Int32
Position to convert; must be between 1 and the size of the presentation space.

sessionID
Type: System..Object
The 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.

See Also


IQWS3270 Interface
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.


Related content

QWS3270.PositionToRowColumn Method
QWS3270.PositionToRowColumn Method
More like this
QWS3270.PositionToRowColumn_Method
QWS3270.PositionToRowColumn_Method
More like this
RowColumnToPosition Method
RowColumnToPosition Method
More like this
QWS3270.RowColumnToPosition_Method
QWS3270.RowColumnToPosition_Method
More like this
PositionToCursor Method
PositionToCursor Method
More like this
QWS3270.PositionToCursor Method
QWS3270.PositionToCursor Method
More like this