[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathMatrixRowCollection

Class OMathMatrixRowCollection

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a collection of OMathMatrixRow instances.

public class OMathMatrixRowCollection : ContentObjectCollection<OMathMatrixRow>, IContentList<OMathMatrixRow>, IReadOnlyList<OMathMatrixRow>, IReadOnlyCollection<OMathMatrixRow>, IEnumerable<OMathMatrixRow>, IEnumerable
Inheritance
object
OMathMatrixRowCollection
Implements
System.Collections.Generic.IReadOnlyList<T><OMathMatrixRow>
System.Collections.Generic.IReadOnlyCollection<T><OMathMatrixRow>
System.Collections.Generic.IEnumerable<T><OMathMatrixRow>
System.Collections.IEnumerable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Methods

Add()

Adds a new OMathMatrixRow to the collection at the End location.

public OMathMatrixRow Add()

Returns

OMathMatrixRow

The added OMathMatrixRow.

Add(int?[])

Adds a new OMathMatrixRow to the collection at the End location.

public OMathMatrixRow Add(int?[] cellsValue)

Parameters

cellsValue int?[]

The row cells value array.

Returns

OMathMatrixRow

The added OMathMatrixRow.

Add(string[])

Adds a new OMathMatrixRow to the collection at the End location.

public OMathMatrixRow Add(string[] cellsText)

Parameters

cellsText string[]

The row cells text array.

Returns

OMathMatrixRow

The added OMathMatrixRow.

Insert(InsertLocation)

Inserts a new OMathMatrixRow into the collection at the specified location.

public OMathMatrixRow Insert(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathMatrixRow

The inserted OMathMatrixRow.

Insert(int?[], InsertLocation)

Inserts a new OMathMatrixRow into the collection at the specified location.

public OMathMatrixRow Insert(int?[] cellsValue, InsertLocation location)

Parameters

cellsValue int?[]

The row cells value array.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathMatrixRow

The inserted OMathMatrixRow.

Insert(string[], InsertLocation)

Inserts a new OMathMatrixRow into the collection at the specified location.

public OMathMatrixRow Insert(string[] cellsText, InsertLocation location)

Parameters

cellsText string[]

The row cells text array.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathMatrixRow

The inserted OMathMatrixRow.