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