The FieldCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add(Field) |
Adds a field or a clone of a field to a Fields collection.
|
![]() |
Add(String, String, Rectangle) |
Adds a field to a Fields collection.
|
![]() |
Add(String, String, Double, Double, Double, Double) |
Adds a field to a Fields collection.
|
![]() |
Contains(String) |
Determines whether the collection contains a specific field.
|
![]() |
Contains(Field) |
Determines whether the collection contains a specific field.
|
![]() |
CopyTo |
Copies the elements of the collection to an Array, starting at a particular array index.
|
![]() |
Remove(Int32) |
Removes a field from a Fields collection.
|
![]() |
Remove(String) |
Removes a field from a Fields collection.
|
![]() |
Remove(Field) |
Removes a field from a Fields collection.
|
![]() |
RemoveAt |
Removes a field from a Fields collection.
|