次の方法で共有


TableStyles.DefaultTableStyle Property

Default Table Style.Represents the attribte in schema: defaultTableStyle

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "defaultTableStyle")> _
Public Property DefaultTableStyle As StringValue
    Get
    Set
'使用
Dim instance As TableStyles
Dim value As StringValue

value = instance.DefaultTableStyle

instance.DefaultTableStyle = value
[SchemaAttrAttribute(, "defaultTableStyle")]
public StringValue DefaultTableStyle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

TableStyles Class

TableStyles Members

DocumentFormat.OpenXml.Spreadsheet Namespace