次の方法で共有


TableStyle.RowStripe プロパティ

定義

スタイルで奇数行または偶数行のバンディングを指定するときに、バンドに含める行数を表す整数型 ( Integer ) の値を取得または設定します。

public:
 property int RowStripe { int get(); void set(int value); };
public int RowStripe { get; set; }
member this.RowStripe : int with get, set
Public Property RowStripe As Integer

プロパティ値

注釈

メソッドを Condition(WdConditionCode) 使用して、テーブル スタイルの奇数列または偶数列のバンディングを設定します。

適用対象