Item |
Scroll |
Gets or sets the TheFieldCalculationResultItem with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable ReadOnly Default Property Item ( _ nIndex As Integer _ ) As TheFieldCalculationResultItem C# public virtual TheFieldCalculationResultItem this [int nIndex] { get; }
ParametersnIndex Zero-based index.
Property ValueTheFieldCalculationResultItem with the specified nIndex. |
|