CalculationProperties.ForceFullCalculation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Force Full Calculation
Represents the following attribute in the schema: forceFullCalc
[DocumentFormat.OpenXml.SchemaAttr(0, "forceFullCalc")]
public DocumentFormat.OpenXml.BooleanValue ForceFullCalculation { get; set; }
public DocumentFormat.OpenXml.BooleanValue ForceFullCalculation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "forceFullCalc")]
public DocumentFormat.OpenXml.BooleanValue? ForceFullCalculation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("forceFullCalc")]
public DocumentFormat.OpenXml.BooleanValue? ForceFullCalculation { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ForceFullCalculation { get; set; }
member this.ForceFullCalculation : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "forceFullCalc")>]
member this.ForceFullCalculation : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("forceFullCalc")>]
member this.ForceFullCalculation : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ForceFullCalculation As BooleanValue
Property Value
Returns BooleanValue.
- Attributes