[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathMatrixRow

Class OMathMatrixRow

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

Represents a row in a OMathMatrix structure.

public class OMathMatrixRow : ContentObject, IBrowsable<OMathMatrixRow>
Inheritance
object
OMathMatrixRow
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Cells

Gets the OMathElement collection that represent child cells in the row.

public OMathElementCollection Cells { get; }

Property Value

OMathElementCollection

Next

Gets the next OMathMatrixRow in a collection.

public OMathMatrixRow Next { get; }

Property Value

OMathMatrixRow

ParentMatrix

Gets the parent OMathMatrix class instance.

public OMathMatrix ParentMatrix { get; }

Property Value

OMathMatrix

ParentOMath

Gets the parent OMath class instance.

public OMath ParentOMath { get; }

Property Value

OMath

Previous

Gets the previous OMathMatrixRow in a collection.

public OMathMatrixRow Previous { get; }

Property Value

OMathMatrixRow