Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyleCollection Class / Item(Int32) Property
Index of the style in the collection


Item(Int32) Property
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)

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