[]
Gets or sets the plot area at the specified index.
public PlotArea this[int index] { get; set; }
Public Default Property Item(index As Integer) As PlotArea
Type | Name | Description |
---|---|---|
int | index | Index of plot area. |
Type | Description |
---|---|
PlotArea | Plot area. |
Type | Condition |
---|---|
ArgumentNullException | item is a null reference (Nothing in VB). |