Class SpreadsheetFormatSettings
Represents a class for format settings which includes allow cell border, decimal places, font family in spreadsheet.
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 SpreadsheetFormatSettings : EJTagHelper
Constructors
SpreadsheetFormatSettings()
Declaration
public SpreadsheetFormatSettings()
Properties
AllowCellBorder
Gets or sets a value indicating whether the cell border is enable or not.
Declaration
[JsonProperty("allowCellBorder")]
public bool AllowCellBorder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the cell border is enabled; otherwise false. |
AllowDecimalPlaces
Gets or sets a value indicating whether the decimal places is enable or not.
Declaration
[JsonProperty("allowDecimalPlaces")]
public bool AllowDecimalPlaces { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the decimal places is enabled; otherwise false. |
AllowFontFamily
Gets or sets a value indicating whether the font family is enable or not.
Declaration
[JsonProperty("allowFontFamily")]
public bool AllowFontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the font family is enabled; otherwise, false. |