TableProperties.BandColumn プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バンド列
スキーマ内の次の属性を表します。 bandCol
[DocumentFormat.OpenXml.SchemaAttr(0, "bandCol")]
public DocumentFormat.OpenXml.BooleanValue BandColumn { get; set; }
public DocumentFormat.OpenXml.BooleanValue BandColumn { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "bandCol")]
public DocumentFormat.OpenXml.BooleanValue? BandColumn { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("bandCol")]
public DocumentFormat.OpenXml.BooleanValue? BandColumn { get; set; }
public DocumentFormat.OpenXml.BooleanValue? BandColumn { get; set; }
member this.BandColumn : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "bandCol")>]
member this.BandColumn : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("bandCol")>]
member this.BandColumn : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property BandColumn As BooleanValue
プロパティ値
BooleanValue を返します。
- 属性
注釈
ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。
のバンド列の書式設定を table style
有効または無効にします。 または 1
true
のon
値を使用すると、表スタイルで定義されたバンド列の書式設定が有効になります。 属性が指定されていない場合、属性は既定で に off
設定されます。
次の実行を検討してください。
<a:tblPr bandCol="1">
<a:tableStyleId>{5940675A-B579-460E-94D1-
54222C63F5DA}</a:tableStyleId>
</a:tblPr>
この例では、テーブルに対してバンド列の書式設定が有効になっていることを確認できます。 適用すると、リンクされたテーブル スタイルによって の書式 banded columns
が定義されます。
この属性に使用できる値は、XML スキーマ boolean
データ型によって定義されます。