Spread Windows Forms 12.0 Product Documentation
Item(Int32) Property


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

Reference

HolidayStyleCollection Class
HolidayStyleCollection Members
Overload List