StyleDisplayCategory.Priority Property

Definition

Priority

Represents the following attribute in the schema: pri

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

Property Value

Returns UInt32Value.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

The priority within the category for this style determines the order in which it will display in the user interface. Lower numbers are displayed at the beginning of the list.

The possible values for this attribute are defined by the XML Schema unsignedInt data type.

Applies to