Share via


Formula.Equation Property

Definition

Equation

Represents the following attribute in the schema: eqn

[DocumentFormat.OpenXml.SchemaAttr(0, "eqn")]
public DocumentFormat.OpenXml.StringValue Equation { get; set; }
public DocumentFormat.OpenXml.StringValue Equation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "eqn")]
public DocumentFormat.OpenXml.StringValue? Equation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("eqn")]
public DocumentFormat.OpenXml.StringValue? Equation { get; set; }
public DocumentFormat.OpenXml.StringValue? Equation { get; set; }
member this.Equation : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "eqn")>]
member this.Equation : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("eqn")>]
member this.Equation : DocumentFormat.OpenXml.StringValue with get, set
Public Property Equation As StringValue

Property Value

Returns StringValue.

Attributes

Applies to