Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

C#
StatusCode NextFieldPosition(
	ref int row,
	ref int column,
	FieldType fieldType
)


Visual Basic (Declaration)
Function NextFieldPosition ( _
	ByRef row As Integer, _
	ByRef column As Integer, _
	fieldType As FieldType _
) As StatusCode


Visual C++
StatusCode NextFieldPosition(
	int% row, 
	int% column, 
	FieldType fieldType
)


JavaScript
function NextFieldPosition(row, column, fieldType);

...