Item |
Scroll |
The value of the field for this row. The order of the fields is as listed in TheDependentFieldsQueryResult.FieldNos
Namespace: Therefore.API
Visual Basic Public Overridable ReadOnly Default Property Item ( _ nIndex As Integer _ ) As Object C# public virtual object this [int nIndex] { get; }
ParametersnIndex Zero-based index.
Property ValueObject with the specified nIndex. |
|