[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathMatrixColumnCollection

OMathMatrixColumnCollection Class

Represents a collection of OMathMatrixColumn instances.

Inheritance
OMathMatrixColumnCollection
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class OMathMatrixColumnCollection : IReadOnlyList<OMathMatrixColumn>, IReadOnlyCollection<OMathMatrixColumn>, IEnumerable<OMathMatrixColumn>, IEnumerable
Public Class OMathMatrixColumnCollection
    Implements IReadOnlyList(Of OMathMatrixColumn), IReadOnlyCollection(Of OMathMatrixColumn), IEnumerable(Of OMathMatrixColumn), IEnumerable

Properties

Name Description
Count
this[int]

Methods

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.