Class MergeCell
Inheritance
System.Object
MergeCell
Assembly: IronWord.dll
Syntax
public class MergeCell : Object
Constructors
MergeCell()
Declaration
Properties
EndColumn
Declaration
public int EndColumn { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EndRow
Declaration
public int EndRow { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StartColumn
Declaration
public int StartColumn { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StartRow
Declaration
public int StartRow { get; set; }
Property Value
Type |
Description |
System.Int32 |
|