WorksheetChartsCollection
Item Property
 | 
Gets the Chart at the specified index.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public Chart this[
	int index
] { get; }
 
Public ReadOnly Default Property Item ( 
	index As Integer
) As Chart
	Get
 
public:
property Chart^ default[int index] {
	Chart^ get (int index);
}
 
member Item : Chart with get
 
 
 
Parameters
- 
index
 
- 
Type:
System
Int32
 
Property Value
Type:
Chart
 
See Also