Gets the text string 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: 30.0
Syntax
VB
Function CurrentRowStringValue ( columnName As String ) As String
C#
string CurrentRowStringValue( string columnName )
Parameters
- columnName
- Type: System.String
The column header name.
Return Value
Type: StringThe cell value.