Undo.Expression Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Expression
Representa el atributo siguiente en el esquema: exp
[DocumentFormat.OpenXml.SchemaAttr(0, "exp")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues> Expression { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues> Expression { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "exp")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues>? Expression { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("exp")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues>? Expression { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues>? Expression { get; set; }
member this.Expression : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "exp")>]
member this.Expression : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("exp")>]
member this.Expression : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues> with get, set
Public Property Expression As EnumValue(Of FormulaExpressionValues)
Valor de propiedad
Devuelve EnumValue<T>.
- Atributos