Spread Silverlight Documentation
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
System.IndexOutOfRangeExceptionThe specified index is not valid.
System.ArgumentNullExceptionNo value specified; cannot set a member to null.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

StyleInfoCollection Class
StyleInfoCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.