[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpStatusBarElementCollection.CopyTo

CopyTo Method

CopyTo(IFpStatusBarElement[], int)

Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

Declaration
public void CopyTo(IFpStatusBarElement[] array, int arrayIndex)
Public Sub CopyTo(array As IFpStatusBarElement(), arrayIndex As Integer)
Parameters
Type Name Description
IFpStatusBarElement[] array
int arrayIndex
Implements