[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.HolidayCollection.IndexOf

IndexOf Method

IndexOf(IHoliday)

Searches for the specified IHoliday and returns the zero-based index of the first occurrence within the collection.

Declaration
public int IndexOf(IHoliday holiday)
Public Function IndexOf(holiday As IHoliday) As Integer
Parameters
Type Name Description
IHoliday holiday

The IHoliday for which to search in the collection.

Returns
Type Description
int

A int value.