| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal index As Integer _ ) As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string this[ int index ]; {get; set;} | |
Parameters
- index
- Specifies the index of the label.
| ActiveReports.Chart | Request technical support |
| Item Property | |
| See Also | |
|
| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal index As Integer _ ) As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string this[ int index ]; {get; set;} | |