CellProtectionElement Class |
Allows to change the 'protected' state of a cell
Inheritance Hierarchy
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public class CellProtectionElement : ElementBase
Public Class CellProtectionElement
Inherits ElementBase
public ref class CellProtectionElement : public ElementBase
type CellProtectionElement =
class
inherit ElementBase
end
The CellProtectionElement type exposes the following members.
Constructors Properties
| Name | Description |
---|
| IsProtected |
Determines whether a given cell is protected (read-only) when the parent Worksheet is protected. Default value: true
|
TopSee Also