cellPaddingの4つのプロパティに異なる値を設定します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public CellPadding(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- top
- 上側のパディングを表す整数値。
- right
- 右側のパディングを表す整数値。
- bottom
- 下側のパディングを表す整数値。
- left
- 左側のパディングを表す整数値。
参照