Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / BlackoutDatesCollection Class / ContainsAny Method
The range of dates to search for.


In This Topic
    ContainsAny Method
    In This Topic
    Returns a value that represents whether this collection contains any dates in the specified range of dates.
    Syntax
    'Declaration
     
    Public Function ContainsAny( _
       ByVal range As CalendarDateRange _
    ) As Boolean
    'Usage
     
    Dim instance As BlackoutDatesCollection
    Dim range As CalendarDateRange
    Dim value As Boolean
     
    value = instance.ContainsAny(range)
    public bool ContainsAny( 
       CalendarDateRange range
    )

    Parameters

    range
    The range of dates to search for.

    Return Value

    true if any dates in the range are contained in the collection; otherwise, false.
    See Also