Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
FieldCollection
.
.
::
.
.
RemoveAt Method
FieldCollection Class
See Also
Removes a field from a
Fields
collection.
Namespace:
C1.C1Report
Assembly:
C1.C1Report.2
(in C1.C1Report.2.dll)
Syntax
C#
public
void
RemoveAt
(
int
index
)
Visual Basic
Public
Sub
RemoveAt
( _
index
As
Integer
_ )
Parameters
index
Type:
System
.
.
::
.
.
Int32
Specifies the field to be removed.
See Also
FieldCollection Class
C1.C1Report Namespace