[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathMatrixColumn

Class OMathMatrixColumn

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

Represents a column in a OMathMatrix structure.

public class OMathMatrixColumn
Inheritance
OMathMatrixColumn
Inherited Members

Properties

Cells

Gets the OMathElement array containing the child cells of the column.

public OMathElement[] Cells { get; }

Property Value

OMathElement[]

HorizontalAlignment

Gets or sets the horizontal justification of the column.

public OMathHorizontalAlignment HorizontalAlignment { get; set; }

Property Value

OMathHorizontalAlignment

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