 | BcfTableViewBaseTRowViewCopyTo Method |
Copies the items to a compatible one-dimensional array, starting at the specified index of the target array.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntaxpublic void CopyTo(
TRowView[] array,
int arrayIndex
)
Public Sub CopyTo (
array As TRowView(),
arrayIndex As Integer
)
Parameters
- array
- Type: TRowView
The one-dimensional Array that is the destination of the elements copied. The Array must have zero-based indexing. - arrayIndex
- Type: SystemInt32
The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)
Exceptions
See Also