Click or drag to resize

APIExcelInputFileGoToNextRow Method

Moves to the next row of the currently Loaded Excel input file, for reading and writing.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string ExcelInputFileGoToNextRow()

Return Value

Type: String
Returns string containing 'EOF' if End of File has been reached (i.e. next row count exceeds Excel sheet rows range), string containing 'success', or error message.
See Also