Share via


ConditionalFormattingRule.Text Property

Definition

Text

Represents the following attribute in the schema: text

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

Property Value

Returns StringValue.

Attributes

Applies to