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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SpreadChartCollection Class > Item Property : Item(String) Property
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

Reference

SpreadChartCollection Class
SpreadChartCollection Members
Overload List