ActiveReports 12
RemoveAt Method (ToolsCollection)

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web.Controls Namespace > ToolsCollection Class : RemoveAt Method
The zero-based indexed position of the tool to remove from the toolbar.
Removes the tool in the specified position from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

Parameters

index
The zero-based indexed position of the tool to remove from the toolbar.
Exceptions
ExceptionDescription
index is less than zero.-or-index is equal to or greater than Count.
See Also

Reference

ToolsCollection Class
ToolsCollection Members