GrapeCity MultiRow Windows Forms Documentation
AddCopy Method


The index of the row on which to base the new rows.
Adds the specified number of rows to the collection based on the row at the specified index.
Syntax
<FeatureAttribute(Name="RowCollection", Version="v5.0")>
Public Overridable Function AddCopy( _
   ByVal indexSource As Integer _
) As Integer
Dim instance As RowCollection
Dim indexSource As Integer
Dim value As Integer
 
value = instance.AddCopy(indexSource)
[Feature(Name="RowCollection", Version="v5.0")]
public virtual int AddCopy( 
   int indexSource
)

Parameters

indexSource
The index of the row on which to base the new rows.

Return Value

A System.Int32 that indicates the index of the last row that was added.
Exceptions
ExceptionDescription
System.InvalidOperationException

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

-or-

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

System.ArgumentOutOfRangeExceptionThe indexSource is less than 0 or greater than the number of Rows in the collection minus 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.