[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Item

this Property

this[int]

Returns a single object from a collection.

Declaration
ISeries this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ISeries
Parameters
Type Name Description
int index

The index number for the object.

Property Value
Type Description
ISeries

The object at the specified index.

this[string]

Returns a single object from a collection.

Declaration
ISeries this[string name] { get; }
ReadOnly Default Property Item(name As String) As ISeries
Parameters
Type Name Description
string name

The name for the object.

Property Value
Type Description
ISeries

The series with the specified name.