Share via


TableStyleType.StyleId Property

Definition

Style ID

Represents the following attribute in the schema: styleId

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

Property Value

Returns StringValue.

Attributes

Remarks

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

Specifies a GUID identifying the table style in a unique manner.

The possible values for this attribute are defined by the ST_Guid simple type.

Applies to