The following tables list the members exposed by ArgumentCollection.
Public Properties
| Name | Description |
| Count | Gets the number of data series (arguments) in the collection. |
Top
Public Methods
| Name | Description |
| Add | Adds a new argument to the collection. All the data series that participate in
a function expression must be added to the collection before calculating the
function. |
| Clear | Removes all elements from the collection. |
| RemoveAt | Removes the argument at the specified index from the collection. |
Top
See Also