IChartShapes
Item Property
|
Returns a single Chart object from a Charts collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IChartShape this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IChartShape
Get
property IChartShape^ default[int index] {
IChartShape^ get (int index);
}
abstract Item : IChartShape with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
IChartShape
See Also