Class SpreadsheetProtectSettings
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.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 | Description |
---|---|
MvcTemplate<System.Object> |
FormatCells
specifies to allow formating in cells.
Declaration
[HtmlAttributeName("formatCells")]
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
[HtmlAttributeName("formatColumns")]
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
[HtmlAttributeName("formatRows")]
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
[HtmlAttributeName("insertLink")]
public bool InsertLink { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
SelectCells
Specifies to allow selection in spreadsheet.
Declaration
[HtmlAttributeName("selectCells")]
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
[HtmlAttributeName("selectUnLockedCells")]
public bool SelectUnLockedCells { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |