[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.HolidayCollection.CopyTo

CopyTo Method

CopyTo(IHoliday[], int)

Copies the entire HolidayCollection to a compatible one-dimensional array of type IHoliday, starting at the specified zero-based index of the target array.

Declaration
public void CopyTo(IHoliday[] holidays, int index)
Public Sub CopyTo(holidays As IHoliday(), index As Integer)
Parameters
Type Name Description
IHoliday[] holidays

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

int index

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