Spread for ASP.NET 10 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SpreadChartCollection Class
SpreadChartCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.