Class CellType
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 CellType : EJTagHelper
Constructors
CellType()
Declaration
public CellType()
Properties
Range
Gets or sets the Range for CellType.
Declaration
[JsonProperty("range")]
public string Range { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Range. |
Settings
Gets or sets the cell type settings.
Declaration
[JsonProperty("settings")]
public SpreadsheetCellTypeSettings Settings { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetCellTypeSettings | The settings using cellTypeSettings. |