GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonCollection Class : CopyTo Method |
'Declaration Public Sub CopyTo( _ ByVal array() As SideButtonBase, _ ByVal index As Integer _ )
'Usage Dim instance As SideButtonCollection Dim array() As SideButtonBase Dim index As Integer instance.CopyTo(array, index)
public void CopyTo( SideButtonBase[] array, int index )
Exception | Description |
---|---|
System.ArgumentNullException | The array parameter is null. |
System.ArgumentOutOfRangeException | The index parameter is less than the target array's minimum index. |
System.ArgumentException | The destination array is multidimensional.-or- The number of elements in the SideButtonCollection is greater than the available space between the index of the target array specified by the index parameter and the end of the target array. |
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8