Gets the current row index number (1-based).
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
Function RowNumber (
componentName As Object
) As Integer
C#
int RowNumber(
Object componentName
)
Parameters
- componentName
- Type: System.Object
The component name or path.
Return Value
Type:
Int32The row index number.
See Also
Reference