Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImageCollection Class / Item Property / Item(String) Property


In This Topic
    Item(String) Property
    In This Topic
    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