Spread Silverlight Documentation
Item(Int32) Property


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfoCollection Class : Item(Int32) Property
The style index.
Gets or sets the style (StyleInfo object) at the specified index in the collection.
Syntax
'Declaration
 
Public Overridable Property Item( _
   ByVal index As System.Integer _
) As StyleInfo
'Usage
 
Dim instance As StyleInfoCollection
Dim index As System.Integer
Dim value As StyleInfo
 
instance.Item(index) = value
 
value = instance.Item(index)
public virtual StyleInfo Item( 
   System.int index
) {get; set;}

Parameters

index
The style index.

Property Value

Returns the cell styles.
Exceptions
ExceptionDescription
The specified index is not valid.
No value specified; cannot set a member to null.
See Also

Reference

StyleInfoCollection Class
StyleInfoCollection Members