Spread Windows Forms 12.0 Product Documentation
Item Property (WeekdaysStyle)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > WeekdaysStyle Class : Item Property
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

Reference

WeekdaysStyle Class
WeekdaysStyle Members