SheetCalculationProperties.FullCalculationOnLoad Property

Full Calculation On Load.Represents the attribte in schema: fullCalcOnLoad

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "fullCalcOnLoad")> _
Public Property FullCalculationOnLoad As BooleanValue
    Get
    Set
'Usage
Dim instance As SheetCalculationProperties
Dim value As BooleanValue

value = instance.FullCalculationOnLoad

instance.FullCalculationOnLoad = value
[SchemaAttrAttribute(, "fullCalcOnLoad")]
public BooleanValue FullCalculationOnLoad { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SheetCalculationProperties Class

SheetCalculationProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace