Share via


NoNamespace.fullCalcOnLoad Field

Definition

Represents the fullCalcOnLoad XML attributes.

public static readonly System.Xml.Linq.XName fullCalcOnLoad;
 staticval mutable fullCalcOnLoad : System.Xml.Linq.XName
Public Shared ReadOnly fullCalcOnLoad As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: calcPr, sheetCalcPr.
  • corresponds to the following strongly-typed properties: CalculationProperties.FullCalculationOnLoad, SheetCalculationProperties.FullCalculationOnLoad.

Applies to