[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubStyleCollection.CopyTo

CopyTo Method

CopyTo(SubStyle[])

Copies the items of the SubStyleCollection to a compatible one-dimensional array of type SubStyle, starting from the first index of the target array.

Declaration
public void CopyTo(SubStyle[] array)
Public Sub CopyTo(array As SubStyle())
Parameters
Type Name Description
SubStyle[] array

An array of type SubStyle serving as the destination for the copy action.

CopyTo(SubStyle[], int)

Copies the items of the SubStyleCollection to a compatible one-dimensional array of type SubStyle, starting at the specified zero-based index of the target array.

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

An array of type SubStyle serving as the destination for the copy action.

int arrayIndex

The zero-based index at which to start placing the copied collection.