Removes a
ReportItem object from the
ReportItemCollection at the specified index.
Syntax
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
public void RemoveAt(
int
)
Parameters
- index
- An Integer indicating the index at which to remove the ReportItem object.
See Also