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

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SpreadChartCollection Class
SpreadChartCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.