Click or drag to resize
CellProtectionElement Class
Allows to change the 'protected' state of a cell
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.GridExcelBuilder.AbstractElementBase
    Kettic.AspNet.Controls.GridExcelBuilderCellProtectionElement

Namespace: Kettic.AspNet.Controls.GridExcelBuilder
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class CellProtectionElement : ElementBase

The CellProtectionElement type exposes the following members.

Constructors
  NameDescription
Public methodCellProtectionElement
Top
Properties
  NameDescription
Public propertyIsProtected
Determines whether a given cell is protected (read-only) when the parent Worksheet is protected. Default value: true
Top
See Also