SheetCalculationProperties.FullCalculationOnLoad 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.
Full Calculation On Load
Represents the following attribute in the schema: fullCalcOnLoad
[DocumentFormat.OpenXml.SchemaAttr(0, "fullCalcOnLoad")]
public DocumentFormat.OpenXml.BooleanValue FullCalculationOnLoad { get; set; }
public DocumentFormat.OpenXml.BooleanValue FullCalculationOnLoad { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "fullCalcOnLoad")]
public DocumentFormat.OpenXml.BooleanValue? FullCalculationOnLoad { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("fullCalcOnLoad")]
public DocumentFormat.OpenXml.BooleanValue? FullCalculationOnLoad { get; set; }
public DocumentFormat.OpenXml.BooleanValue? FullCalculationOnLoad { get; set; }
member this.FullCalculationOnLoad : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "fullCalcOnLoad")>]
member this.FullCalculationOnLoad : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("fullCalcOnLoad")>]
member this.FullCalculationOnLoad : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property FullCalculationOnLoad As BooleanValue
Property Value
Returns BooleanValue.
- Attributes