Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / BlackoutDatesCollection Class / IndexOf Method


In This Topic
    IndexOf Method (BlackoutDatesCollection)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Public Function IndexOf( _
       ByVal item As CalendarDateRange _
    ) As Integer
    'Usage
     
    Dim instance As BlackoutDatesCollection
    Dim item As CalendarDateRange
    Dim value As Integer
     
    value = instance.IndexOf(item)
    [__DynamicallyInvokable()]
    public int IndexOf( 
       CalendarDateRange item
    )

    Parameters

    item
    See Also