CalculationProperties.CalculationOnSave Property

Definition

Calculate On Save

Represents the following attribute in the schema: calcOnSave

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

Property Value

Returns BooleanValue.

Attributes

Applies to