Show / Hide Table of Contents

Class ExcelDxfProtection

Represents a cell protection properties used for differential style formatting.

Inheritance
object
DxfStyleBase
ExcelDxfProtection
Inherited Members
DxfStyleBase.SetValueColor(XmlHelper, string, ExcelDxfColor)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Style.Dxf
Assembly: EPPlus.dll
Syntax
public class ExcelDxfProtection : DxfStyleBase

Properties

HasValue

If the dxf style has any values set.

Declaration
public override bool HasValue { get; }
Property Value
Type Description
bool
Overrides
DxfStyleBase.HasValue

Hidden

If the cells formulas are hidden when the worksheet is protected.

Declaration
public bool? Hidden { get; set; }
Property Value
Type Description
bool?

Locked

If the cell is locked when the worksheet is protected.

Declaration
public bool? Locked { get; set; }
Property Value
Type Description
bool?

Methods

Clear()

Clears all properties

Declaration
public override void Clear()
Overrides
DxfStyleBase.Clear()
In this article
Back to top Generated by DocFX