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


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