GrapeCity MultiRow Windows Forms Documentation
InsertCopies Method


The index of the Row on which to base the new rows.
The position at which to insert the rows.
The number of Row objects to add to the RowCollection.
Inserts Row objects into the collection at the specified position.
Syntax
<FeatureAttribute(Name="RowCollection", Version="v5.0")>
Public Overridable Sub InsertCopies( _
   ByVal indexSource As Integer, _
   ByVal indexDestination As Integer, _
   ByVal count As Integer _
) 
Dim instance As RowCollection
Dim indexSource As Integer
Dim indexDestination As Integer
Dim count As Integer
 
instance.InsertCopies(indexSource, indexDestination, count)
[Feature(Name="RowCollection", Version="v5.0")]
public virtual void InsertCopies( 
   int indexSource,
   int indexDestination,
   int count
)

Parameters

indexSource
The index of the Row on which to base the new rows.
indexDestination
The position at which to insert the rows.
count
The number of Row objects to add to the RowCollection.
Exceptions
ExceptionDescription
System.InvalidOperationException

This method is accessed when Template is a null reference (Nothing in Visual Basic).

-or-

The indexDestination is equal to the number of Rows in the collection and the AllowUserToAddRows property of the GcMultiRow control is set to true.

-or-

The DataSource property of the GcMultiRow control is not a null reference (Nothing in Visual Basic).

System.ArgumentOutOfRangeException

The indexSource is less than 0 or greater than the number of Rows in the collection minus 1.

-or-

The indexDestination is less than 0 or greater than the number of Rows in the collection.

-or-

The count is less than 1.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RowCollection Class
RowCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.