Click or drag to resize

APIExcelInputFileRead Method

Gets the cell value of the specified column on the currently loaded row of the Excel input file.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string ExcelInputFileRead(
	Object ColumnInCurrentRow,
	Object TextOrValue
)

Parameters

ColumnInCurrentRow
Type: SystemObject
The column on the currently loaded row.
TextOrValue
Type: SystemObject
Specify Text, Value, or Value2 to get those cell values. Default is Text.

Return Value

Type: String
Returns the string cell value in the specified input file column on the current row, or the error message.
See Also