Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayCollection Class / Item Property


In This Topic
    Item Property (HolidayCollection)
    In This Topic
    Gets a IHoliday specified by its index.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As IHoliday
    'Usage
     
    
    Dim instance As HolidayCollection
    Dim index As Integer
    Dim value As IHoliday
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public IHoliday this[ 
       int index
    ]; {get; set;}

    Parameters

    index

    Property Value

    An System.Int32 value that indicates the index.
    See Also