Class MergedCellModel
Inheritance
System.Object
MergedCellModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.Spreadsheet.dll
Syntax
public class MergedCellModel
Constructors
MergedCellModel()
Declaration
public MergedCellModel()
Properties
Address
Declaration
public int[] Address { get; set; }
Property Value
Type |
---|
System.Int32[] |
ColSpan
Declaration
public int ColSpan { get; set; }
Property Value
Type |
---|
System.Int32 |
RowSpan
Declaration
public int RowSpan { get; set; }
Property Value
Type |
---|
System.Int32 |