The FieldCollection type exposes the following members.

Methods

  Name Description
Public method Add(Field)
Adds a field or a clone of a field to a Fields collection.
Public method Add(String, String, Rectangle)
Adds a field to a Fields collection.
Public method Add(String, String, Double, Double, Double, Double)
Adds a field to a Fields collection.
Public method Contains(String)
Determines whether the collection contains a specific field.
Public method Contains(Field)
Determines whether the collection contains a specific field.
Public method Remove(Int32)
Removes a field from a Fields collection.
Public method Remove(String)
Removes a field from a Fields collection.
Public method Remove(Field)
Removes a field from a Fields collection.
Public method RemoveAt
Removes a field from a Fields collection.

Properties

  Name Description
Public property Count
Returns the number of fields in a Fields collection.
Public property Item[([( Int32])])
Returns a field from a Fields collection.
Public property Item[([( String])])
Returns a field from a Fields collection.

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method ICollection..::..CopyTo

See Also