Creates a deep copy of this collection.
| C# | Visual Basic | Visual C++ |
public RowCollection CreateCopy( ColumnCollection columns )
Public Function CreateCopy ( _ columns As ColumnCollection _ ) As RowCollection
public: RowCollection^ CreateCopy( ColumnCollection^ columns )
- columns (ColumnCollection)
- The column collection the copied collection is bound to.
A new row collection bound to columns and containing rows
with the same values as the rows in this collection.
