Class MergeCells
Specifies the class for mergeCells.
Inheritance
System.Object
MergeCells
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class MergeCells
Constructors
MergeCells()
Declaration
public MergeCells()
Properties
IsCenterAlign
Gets or sets a value indicating whether this property enable or not.
Declaration
[JsonProperty("isCenterAlign")]
public bool IsCenterAlign { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the center align is applied; otherwise, false. |
Range
Gets or sets the range of merge cells.
Declaration
[JsonProperty("range")]
public string Range { get; set; }
Property Value
Type | Description |
---|---|
System.String | The range. |