CalculationProperties.CalculationCompleted Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Calc Concluído
Representa o seguinte atributo no esquema: calcCompleted
[DocumentFormat.OpenXml.SchemaAttr(0, "calcCompleted")]
public DocumentFormat.OpenXml.BooleanValue CalculationCompleted { get; set; }
public DocumentFormat.OpenXml.BooleanValue CalculationCompleted { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "calcCompleted")]
public DocumentFormat.OpenXml.BooleanValue? CalculationCompleted { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("calcCompleted")]
public DocumentFormat.OpenXml.BooleanValue? CalculationCompleted { get; set; }
public DocumentFormat.OpenXml.BooleanValue? CalculationCompleted { get; set; }
member this.CalculationCompleted : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "calcCompleted")>]
member this.CalculationCompleted : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("calcCompleted")>]
member this.CalculationCompleted : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property CalculationCompleted As BooleanValue
Valor da propriedade
Retorna BooleanValue.
- Atributos