Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / SelectedDatesCollection Class / Remove Method


In This Topic
    Remove Method (SelectedDatesCollection)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Public Function Remove( _
       ByVal item As Date _
    ) As Boolean
    'Usage
     
    Dim instance As SelectedDatesCollection
    Dim item As Date
    Dim value As Boolean
     
    value = instance.Remove(item)
    [__DynamicallyInvokable()]
    public bool Remove( 
       DateTime item
    )

    Parameters

    item
    See Also