[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Chart.SpreadChartCollection.Item

this Property

this[string]

Gets or sets the SpreadChart with the specified chartID.

Declaration
public SpreadChart this[string id] { get; set; }
Public Default Property Item(id As String) As SpreadChart
Parameters
Type Name Description
string id
Property Value
Type Description
SpreadChart

The chart at specified chartID.

this[int]

Gets or sets the SpreadChart at the specified index.

Declaration
public SpreadChart this[int index] { get; set; }
Public Default Property Item(index As Integer) As SpreadChart
Parameters
Type Name Description
int index
Property Value
Type Description
SpreadChart

The chart at specified index.