Class SpreadsheetProtectSettings
Inheritance
System.Object
SpreadsheetProtectSettings
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
specifies to allow formating in cells.
Declaration
public bool FormatCells { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Specifies to allow format columns in spreadsheet.
Declaration
public bool FormatColumns { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
specifies to allow format rows in spreadsheet.
Declaration
public bool FormatRows { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
InsertLink
Specifies to allow insert Hyperlink in Spreadsheet.
Declaration
public bool InsertLink { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
SelectCells
specifies to allow selection in spreadsheet.
Declaration
public bool SelectCells { get; set; }
Property Value
Type |
Description |
System.Boolean |
|