The MergedCell type exposes the following members.

Properties

  NameDescription
Public propertyColumnIndex
Gets zero based column index of a cell in a table.
(Inherited from Cell.)
Public propertyEndCell
Gets last cell of a merged cell.
Public propertyRowIndex
Gets zero based row index of a cell in a table.
(Inherited from Cell.)
Public propertyRuns
Gets or sets list of text runs stored in a merged cell. Text is equal to the text of the first cell.
(Overrides Cell..::..Runs.)
Public propertyStartCell
Gets first cell of a merged cell.
Public propertyStyle
Gets or sets style of a cell
(Inherited from Cell.)

See Also