IgnoredError.UnlockedFormula Property

Unlocked Formula.Represents the attribte in schema: unlockedFormula

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "unlockedFormula")> _
Public Property UnlockedFormula As BooleanValue
    Get
    Set
'Usage
Dim instance As IgnoredError
Dim value As BooleanValue

value = instance.UnlockedFormula

instance.UnlockedFormula = value
[SchemaAttrAttribute(, "unlockedFormula")]
public BooleanValue UnlockedFormula { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

IgnoredError Class

IgnoredError Members

DocumentFormat.OpenXml.Spreadsheet Namespace