Class MergeCell
Represents a range of cells that are merged into a single cell.
Inheritance
System.Object
MergeCell
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class MergeCell : Object
Constructors
MergeCell()
Declaration
public MergeCell()
Properties
EndColumn
Gets or sets the ending column index of the merged cell.
Declaration
public int EndColumn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
EndRow
Gets or sets the ending row index of the merged cell.
Declaration
public int EndRow { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
StartColumn
Gets or sets the starting column index of the merged cell.
Declaration
public int StartColumn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
StartRow
Gets or sets the starting row index of the merged cell.
Declaration
public int StartRow { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |