[]
Represents a collection of OMathMatrixColumn instances.
public class OMathMatrixColumnCollection : IReadOnlyList<OMathMatrixColumn>, IReadOnlyCollection<OMathMatrixColumn>, IEnumerable<OMathMatrixColumn>, IEnumerable
| Name | Description |
|---|---|
| Count | |
| this[int] |
| Name | Description |
|---|---|
| Add() | Adds a new OMathMatrixColumn to the collection. |
| Add(int?[]) | Adds a new OMathMatrixColumn to the collection. |
| Add(string[]) | Adds a new OMathMatrixColumn to the collection. |
| GetEnumerator() | |
| IndexOf(OMathMatrixColumn) | Searches for the specified OMathMatrixColumn and returns the zero-based index of the first occurrence within the entire collection. |
| Insert(int) | Inserts a new OMathMatrixColumn into the collection. |
| Insert(int?[], int) | Inserts a new OMathMatrixColumn into the collection. |
| Insert(string[], int) | Inserts a new OMathMatrixColumn into the collection. |
| Remove(OMathMatrixColumn) | Removes the specified OMathMatrixColumn from the collection. |
| RemoveAt(int) | Removes the OMathMatrixColumn at the specified index in the collection. |