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


In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the SpreadChart with the specified chartID.
    Syntax
    'Declaration
     
    
    Public Overloads Property Item( _
       ByVal id As String _
    ) As SpreadChart
    'Usage
     
    
    Dim instance As SpreadChartCollection
    Dim id As String
    Dim value As SpreadChart
     
    instance.Item(id) = value
     
    value = instance.Item(id)
    public SpreadChart Item( 
       string id
    ) {get; set;}

    Parameters

    id

    Property Value

    The chart at specified chartID.
    See Also