[]
Adds a collection of MatrixColumn objects to the existing MatrixColumnCollection.
public void AddRange(IEnumerable<MatrixColumn> collection)
Type | Name | Description |
---|---|---|
IEnumerable<MatrixColumn> | collection | A collection of the MatrixColumn objects to add. |