Class ProtectSettingsModel
Inheritance
System.Object
ProtectSettingsModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.Spreadsheet.dll
Syntax
public class ProtectSettingsModel
Constructors
ProtectSettingsModel()
Declaration
public ProtectSettingsModel()
Properties
FormatCells
Declaration
public bool FormatCells { get; set; }
Property Value
Type |
---|
System.Boolean |
FormatColumns
Declaration
public bool FormatColumns { get; set; }
Property Value
Type |
---|
System.Boolean |
FormatRows
Declaration
public bool FormatRows { get; set; }
Property Value
Type |
---|
System.Boolean |
InsertLink
Declaration
public bool InsertLink { get; set; }
Property Value
Type |
---|
System.Boolean |
SelectCells
Declaration
public bool SelectCells { get; set; }
Property Value
Type |
---|
System.Boolean |