Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / BlackoutDatesCollection Class / Contains Method / Contains(CalendarDateRange) Method
The GrapeCity.Windows.InputMan.CalendarDateRange.


In This Topic
    Contains(CalendarDateRange) Method
    In This Topic
    Checks if a GrapeCity.Windows.InputMan.CalendarDateRange is in the collection.
    Syntax
    'Declaration
     
    Public Overloads Shadows Function Contains( _
       ByVal range As CalendarDateRange _
    ) As Boolean
    'Usage
     
    Dim instance As BlackoutDatesCollection
    Dim range As CalendarDateRange
    Dim value As Boolean
     
    value = instance.Contains(range)
    public new bool Contains( 
       CalendarDateRange range
    )

    Parameters

    range
    The GrapeCity.Windows.InputMan.CalendarDateRange.

    Return Value

    true if all dates in the GrapeCity.Windows.InputMan.CalendarDateRange are contained in the collection; otherwise, false.
    See Also