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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SpreadImageCollection Class > Item Property : Item(String) Property
Gets or sets the SpreadImage object with the specified image ID.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal id As String _
) As SpreadImage
'Usage
 
Dim instance As SpreadImageCollection
Dim id As String
Dim value As SpreadImage
 
instance.Item(id) = value
 
value = instance.Item(id)
public SpreadImage Item( 
   string id
) {get; set;}

Parameters

id
See Also

Reference

SpreadImageCollection Class
SpreadImageCollection Members
Overload List