Base Combo Box CellObject CollectionCopy To Method
Copy the collection items to an array
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public void CopyTo(
Object[] destination,
int startIndex
)VB
Public Sub CopyTo (
destination As Object(),
startIndex As Integer
)C++
public:
void CopyTo(
array<Object^>^ destination,
int startIndex
)F#
member CopyTo :
destination : Object[] *
startIndex : int -> unit