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