[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.HolidayStyleCollection.CopyTo

CopyTo Method

CopyTo(HolidayStyle[])

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

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

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

CopyTo(HolidayStyle[], int)

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

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

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

int arrayIndex

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