menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetProtectSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SpreadsheetProtectSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    SpreadsheetProtectSettings
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SpreadsheetProtectSettings : EJTagHelper

    Constructors

    SpreadsheetProtectSettings()

    Declaration
    public SpreadsheetProtectSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    FormatCells

    specifies to allow formating in cells.

    Declaration
    public bool FormatCells { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    FormatColumns

    Specifies to allow format columns in spreadsheet.

    Declaration
    public bool FormatColumns { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    FormatRows

    Specifies to allow format rows in spreadsheet.

    Declaration
    public bool FormatRows { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    InsertLink

    Specifies to allow insert Hyperlink in Spreadsheet.

    Declaration
    public bool InsertLink { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    SelectCells

    Specifies to allow selection in spreadsheet.

    Declaration
    public bool SelectCells { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    SelectUnLockedCells

    Specifies to allow selection only for unlocked cells in spreadsheet.

    Declaration
    public bool SelectUnLockedCells { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

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