Spread for ASP.NET 10 Product Documentation
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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SpreadImageCollection Class
SpreadImageCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.