APIExcelInputFileWriteStatus Method |
Writes text to the "Status" column of the Excel input file, which is +1 offset (one to the right) from the last column of the loaded input file.
Namespace:
AppRobotic
Assembly:
AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax public string ExcelInputFileWriteStatus(
Object TextToWrite
)
Parameters
- TextToWrite
- Type: SystemObject
Text to write to the Status column in the input file.
Return Value
Type:
StringReturns string containing 'success' or error message.
See Also