Click or drag to resize

IiPartRowChangerCurrentRowValue Method

Gets the numeric value of the cell at the specified column in the current row. (To set the current row, use either ChangeRow or FindRow.)

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Function CurrentRowValue ( 
	columnName As String
) As Double

Parameters

columnName
Type: SystemString
The column header name.

Return Value

Type: Double
The cell value.
See Also