TableStyleType.StyleName Property
Name.Represents the attribte in schema: styleName
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "styleName")> _
Public Property StyleName As StringValue
Get
Set
'Usage
Dim instance As TableStyleType
Dim value As StringValue
value = instance.StyleName
instance.StyleName = value
[SchemaAttrAttribute(, "styleName")]
public StringValue StyleName { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue