[]
Gets or sets the SpreadChart with the specified chartID.
public SpreadChart this[string id] { get; set; }
Public Default Property Item(id As String) As SpreadChart
Type | Name | Description |
---|---|---|
string | id |
Type | Description |
---|---|
SpreadChart | The chart at specified chartID. |
Gets or sets the SpreadChart at the specified index.
public SpreadChart this[int index] { get; set; }
Public Default Property Item(index As Integer) As SpreadChart
Type | Name | Description |
---|---|---|
int | index |
Type | Description |
---|---|
SpreadChart | The chart at specified index. |