BooleanItem.Calculated Property

Definition

Calculated Item

Represents the following attribute in the schema: f

[DocumentFormat.OpenXml.SchemaAttr(0, "f")]
public DocumentFormat.OpenXml.BooleanValue Calculated { get; set; }
public DocumentFormat.OpenXml.BooleanValue Calculated { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "f")]
public DocumentFormat.OpenXml.BooleanValue? Calculated { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("f")]
public DocumentFormat.OpenXml.BooleanValue? Calculated { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Calculated { get; set; }
member this.Calculated : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "f")>]
member this.Calculated : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("f")>]
member this.Calculated : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Calculated As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to