Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayStyleCollection Class / Item Property / Item(Int32) Property


In This Topic
    Item(Int32) Property
    In This Topic
    Gets the HolidayStyle at the specified index.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows ReadOnly Property Item( _
       ByVal index As Integer _
    ) As HolidayStyle
    'Usage
     
    
    Dim instance As HolidayStyleCollection
    Dim index As Integer
    Dim value As HolidayStyle
     
    value = instance.Item(index)
    public new HolidayStyle Item( 
       int index
    ) {get;}

    Parameters

    index

    Property Value

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