[]
Represents a strongly typed collection of MatrixColumn objects.
public sealed class MatrixColumnCollection : Collection<MatrixColumn>, IList<MatrixColumn>, ICollection<MatrixColumn>, IList, ICollection, IReadOnlyList<MatrixColumn>, IReadOnlyCollection<MatrixColumn>, IEnumerable<MatrixColumn>, IEnumerable
Name | Description |
---|---|
AddRange(IEnumerable<MatrixColumn>) | Adds a collection of MatrixColumn objects to the existing MatrixColumnCollection. |