[]
Represents a collection of OMathMatrixRow instances.
public class OMathMatrixRowCollection : ContentObjectCollection<OMathMatrixRow>, IContentList<OMathMatrixRow>, IReadOnlyList<OMathMatrixRow>, IReadOnlyCollection<OMathMatrixRow>, IEnumerable<OMathMatrixRow>, IEnumerable
Public Class OMathMatrixRowCollection
Inherits ContentObjectCollection(Of OMathMatrixRow)
Implements IContentList(Of OMathMatrixRow), IReadOnlyList(Of OMathMatrixRow), IReadOnlyCollection(Of OMathMatrixRow), IEnumerable(Of OMathMatrixRow), IEnumerable
Name | Description |
---|---|
Add() | Adds a new OMathMatrixRow to the collection at the End location. |
Add(int?[]) | Adds a new OMathMatrixRow to the collection at the End location. |
Add(string[]) | Adds a new OMathMatrixRow to the collection at the End location. |
Insert(InsertLocation) | Inserts a new OMathMatrixRow into the collection at the specified location. |
Insert(int?[], InsertLocation) | Inserts a new OMathMatrixRow into the collection at the specified location. |
Insert(string[], InsertLocation) | Inserts a new OMathMatrixRow into the collection at the specified location. |