ActiveReports.Viewer3 Request technical support
InsertRange(Int32,CellCollection) Method
See Also 


index
cells
For internal use only.

Syntax

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

Parameters

index
cells

See Also