APIExcelInputFileWriteComments Method |
Writes text to the Comments" column of the Excel input file, which is +2 offset (two 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 ExcelInputFileWriteComments(
Object TextToWrite
)
Parameters
- TextToWrite
- Type: SystemObject
Text to write to the Comments column in the input file.
Return Value
Type:
StringReturns string containing 'success' or error message.
See Also