Share

IGoExcel.CurrentRowValue Method

Gets the value of the cell at the specified column in the current row. (Use FindRow to set the current row.)

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Function CurrentRowValue ( 
	columnName As String
) As Object

C#

Object CurrentRowValue(
	string columnName
)

Parameters

columnName
Type: System.String
The column header name.

Return Value

Type: Object
The cell value.

See Also

Reference

Was this information helpful?