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.
|
|
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.
|
Properties
Name | Description | |
---|---|---|
Count |
Returns the number of fields in a Fields collection.
|
|
Item[([( Int32])]) |
Returns a field from a Fields collection.
|
|
Item[([( String])]) |
Returns a field from a Fields collection.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::..CopyTo |