CalculationProperties.CalculationMode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算模式
表示架构中的以下属性: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)
属性值
返回 EnumValue<T>。
- 属性