  | QueryGroupRemoveAt Method  | 
 
            Removes item at the given index from the group.
            
 
    Namespace: 
   Dynamicweb.Analytics.Queries
    Assembly:
   Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntaxpublic virtual bool RemoveAt(
	int index
)
Public Overridable Function RemoveAt ( 
	index As Integer
) As Boolean
Parameters
- index
 - Type: SystemInt32
Item index. 
Return Value
Type: 
BooleanValue indicating whether item has been successfully removed.
See Also