CellProtectionElementIsProtected Property |
Determines whether a given cell is protected (read-only) when the parent Worksheet is protected. Default value: true
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool IsProtected { get; set; }
Public Property IsProtected As Boolean
Get
Set
public:
property bool IsProtected {
bool get ();
void set (bool value);
}
member IsProtected : bool with get, set
Property Value
Type:
Boolean
See Also