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


In This Topic
    Item Property (WeekdaysStyle)
    In This Topic
    Gets the DayOfWeekStyle according to the specified index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As DayOfWeek _
    ) As DayOfWeekStyle
    'Usage
     
    
    Dim instance As WeekdaysStyle
    Dim index As DayOfWeek
    Dim value As DayOfWeekStyle
     
    value = instance.Item(index)
    public DayOfWeekStyle this[ 
       DayOfWeek index
    ]; {get;}

    Parameters

    index

    Property Value

    The DayOfWeek value that indicates the specified index.
    See Also