次の方法で共有


Cell.BottomPadding プロパティ

定義

セルの内容の下に追加する領域の量 (ポイント単位) を設定または返します。

public:
 property float BottomPadding { float get(); void set(float value); };
public float BottomPadding { get; set; }
member this.BottomPadding : single with get, set
Public Property BottomPadding As Single

プロパティ値

注釈

単一セルの BottomPadding プロパティの設定は、テーブル全体の プロパティの BottomPadding 設定をオーバーライドします。

適用対象