CalculationProperties.CalculationCompleted Property

Definition

Calc Completed

Represents the following attribute in the schema: calcCompleted

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

Property Value

Returns BooleanValue.

Attributes

Applies to