Wimark.Controls Class Library  

DataGridView.DataGridViewRowCollection.InsertCopy Method

Inserts a row into the collection at the specified position, based on the row at specified position.

[Visual Basic]
Public Sub InsertCopy( _
   ByVal indexSource As Integer, _
   ByVal indexDestination As Integer _
)
 
[C#]
public void InsertCopy( 
   int indexSource, 
   int indexDestination 
);
[C++]
public: void InsertCopy( 
   int indexSource, 
   int indexDestination 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridView.DataGridViewRowCollection Class | DataGridView.DataGridViewRowCollection Members | Wimark.Controls Namespace