Class CellBorder
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 CellBorder : EJTagHelper
Constructors
CellBorder()
Declaration
public CellBorder()
Properties
Color
Gets or sets the vlaue for Color.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Range
Gets or sets the vlaue for range.
Declaration
[JsonProperty("range")]
public string Range { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the vlaue for type.
Declaration
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public SpreadsheetBorderType Type { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetBorderType |