Compartir a través de


CalculationProperties.CalculationMode Propiedad

Definición

Modo de cálculo

Representa el atributo siguiente en el esquema: 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)

Valor de propiedad

Devuelve EnumValue<T>.

Atributos

Se aplica a