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 public string ExcelInputFileGoToNextRow()
Return Value
Type:
StringReturns 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