| Visual Basic (Declaration) | |
|---|---|
Public Sub RemoveAt( _ ByVal index As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void RemoveAt( int index ) | |
Parameters
- index
- The index of the control to be removed.
| C# | Copy Code |
|---|---|
private void arReport_ReportStart(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub rptReport_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart | |