ActiveReports 9
RemoveAt Method (ReportItemCollection)

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

Parameters

index
An Integer indicating the index at which to remove the ReportItem object.
See Also

Reference

ReportItemCollection Class
ReportItemCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum