GrapeCity.Win.MultiRow Namespace > ListLabelCell.ObjectCollection Class : CopyTo Method |
Public Sub CopyTo( _ ByVal destination() As Object, _ ByVal arrayIndex As Integer _ )
Dim instance As ListLabelCell.ObjectCollection Dim destination() As Object Dim arrayIndex As Integer instance.CopyTo(destination, arrayIndex)
public void CopyTo( object[] destination, int arrayIndex )
Exception | Description |
---|---|
System.ArgumentNullException | The destination parameter is a null reference (Nothing in Visual Basic). |
System.ArgumentOutOfRangeException | The arrayIndex is less than 0 or equal to or greater than the length of the destination. -or- The number of elements in the ListLabelCell.ObjectCollection is greater than the available space from arrayIndex to the end of the destination. |
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