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


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

Parameters

index

Property Value

The Spread image at the specified index.
See Also

Reference

SpreadImageCollection Class
SpreadImageCollection Members
Overload List