Telerik.Web.UI.GridExcelBuilder.CellProtectionElement
Allows to change the 'protected' state of a cell
Inheritance Hierarchy
- System.Object
- Telerik.Web.UI.GridExcelBuilder.Abstract.ElementBase : IElement
- Telerik.Web.UI.GridExcelBuilder.CellProtectionElement
Properties
Attributes IAttributesCollection
Collection of the attributes of the current element
InnerElements IElementsCollection
Collection of inner elements
IsProtected Boolean
Determines whether a given cell is protected (read-only) when the parent Worksheet is protected. Default value: true
Methods
AppendAttributes
Appends the attirbutes to the output
Parameters
sb System.Text.StringBuilder
StringBuilder object that holds the rendered output
Returns
System.Void
Render
Renders the element
Parameters
sb System.Text.StringBuilder
StringBuilder object that holds the rendered output
Returns
System.Void
RenderChildElements
Renders the child elements
Parameters
sb System.Text.StringBuilder
StringBuilder object that holds the rendered output
Returns
System.Void