XlsWorksheetChartsCollection
Item Property
|
Gets the IChartShape at the specified index.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IChartShape this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IChartShape
Get
public:
virtual property IChartShape^ default[int index] {
IChartShape^ get (int index) sealed;
}
abstract Item : IChartShape with get
override Item : IChartShape with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
IChartShape
Implements
IChartShapes
Item
Int32
See Also