RemoveAt Method (FieldCollection)
In This Topic
Removes a field from a
C1Report.Fields collection.
Syntax
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
public void RemoveAt(
int
)
Parameters
- index
- Specifies the field to be removed.
See Also