ActiveReports.Viewer3 Request technical support
RemoveAt Method
See Also 


index
Specifies the index of the cell object to be removed from the collection.
Removes the cell object at the specified index from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As CellCollection
Dim index As Integer
 
instance.RemoveAt(index)
C# 
public void RemoveAt( 
   int index
)

Parameters

index
Specifies the index of the cell object to be removed from the collection.

See Also