menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetFormatSettings

    Show / Hide Table of Contents

    Class SpreadsheetFormatSettings

    Represents a class for format settings which includes allow cell border, decimal places, font family in spreadsheet.

    Inheritance
    System.Object
    EJTagHelper
    SpreadsheetFormatSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved