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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > NamedStyleCollection Class : Item(Int32) Property
Index of the style in the collection
Gets or sets the style (NamedStyle object) at the specified index in the collection.
Syntax
'Declaration
 
Public Overridable Property Item( _
   ByVal index As Integer _
) As NamedStyle
'Usage
 
Dim instance As NamedStyleCollection
Dim index As Integer
Dim value As NamedStyle
 
instance.Item(index) = value
 
value = instance.Item(index)
public virtual NamedStyle Item( 
   int index
) {get; set;}

Parameters

index
Index of the style in the collection
Exceptions
ExceptionDescription
Specified index is not valid
No value specified; cannot set a member to null
See Also

Reference

NamedStyleCollection Class
NamedStyleCollection Members