CalculationProperties.CalculationMode Property

Definition

Calculation Mode

Represents the following attribute in the schema: calcMode

[DocumentFormat.OpenXml.SchemaAttr(0, "calcMode")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues> CalculationMode { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues> CalculationMode { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "calcMode")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues>? CalculationMode { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("calcMode")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues>? CalculationMode { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues>? CalculationMode { get; set; }
member this.CalculationMode : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "calcMode")>]
member this.CalculationMode : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("calcMode")>]
member this.CalculationMode : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues> with get, set
Public Property CalculationMode As EnumValue(Of CalculateModeValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to