Remove |
Scroll |
Removes the query with the specified index from the multi query.
Namespace: Therefore.API
Visual Basic Public Overridable Function Remove ( _ nIndex As Integer _ ) C# public virtual void Remove ( int nIndex )
ParametersnIndex Zero-based index of the item to be removed from the list.
Return ValueNone. |
|