次の方法で共有


Cell.LeftPadding プロパティ

定義

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

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

プロパティ値

注釈

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

適用対象