  | QueryGroupAddAt Method  | 
 
            Adds new item at the specified position within the group.
            
 
    Namespace: 
   Dynamicweb.Analytics.Queries
    Assembly:
   Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntaxpublic virtual bool AddAt(
	IQueryElement item,
	int index
)
Public Overridable Function AddAt ( 
	item As IQueryElement,
	index As Integer
) As Boolean
Parameters
- item
 - Type: Dynamicweb.Analytics.QueriesIQueryElement
Item to add. - index
 - Type: SystemInt32
Item position. 
Return Value
Type: 
BooleanValue indicating whether item has been successfully added.
Exceptions
See Also