GetValueByIndex |
Scroll |
Gets the value of the field with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetValueByIndex (nIndex As Integer) As Object C# public virtual object GetValueByIndex (int nIndex)
ParametersnIndex Zero-based index of the field from which to return the value.
Return ValueThe value of the field with the specified index. |