Spread for ASP.NET 12 Product Documentation
Item Property (DefaultStyleCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DefaultStyleCollection Class : Item Property
Gets or sets the NamedStyle object at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As NamedStyle
'Usage
 
Dim instance As DefaultStyleCollection
Dim index As Integer
Dim value As NamedStyle
 
instance.Item(index) = value
 
value = instance.Item(index)
public NamedStyle this[ 
   int index
]; {get; set;}

Parameters

index
See Also

Reference

DefaultStyleCollection Class
DefaultStyleCollection Members