Class Merge
Specifies the class for Merge.
Inheritance
System.Object
Merge
Implements
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 Merge : IJsonSerializable
Constructors
Merge()
Declaration
public Merge()
Properties
IsCenterAlign
Gets or sets a value indicating whether this instance is enable or not.
Declaration
[JsonProperty("isCenterAlign")]
public bool IsCenterAlign { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the merge center is applied in a cell; otherwise, false. |
IsMerge
Gets or sets a value indicating whether this property is enable or not.
Declaration
[JsonProperty("isMerge")]
public bool IsMerge { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the merge is applied in a cell; otherwise, false. |
MRange
Gets or sets the merge range.
Declaration
[JsonProperty("mRange")]
public string MRange { get; set; }
Property Value
Type | Description |
---|---|
System.String | The merge range. |
Methods
ToJson()
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String |