| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub Remove( _ ByVal index As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Remove( int index ) | |
Parameters
- index
Specifies the index of the field to be removed.
| C# | Copy Code |
|---|---|
private void UnboundGrp_DataInitialize(object sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub rptUnboundGrp_DataInitialize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.DataInitialize | |