[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathMatrixRowCollection

OMathMatrixRowCollection Class

Represents a collection of OMathMatrixRow instances.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
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

Methods

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.