FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > PreviewRowInfo クラス : ResetPadding メソッド |
'Declaration
Public Sub ResetPadding()
'使用法
Dim instance As PreviewRowInfo instance.ResetPadding()
public void ResetPadding()
FarPoint.Win.Spread.PreviewRowInfo pr = new FarPoint.Win.Spread.PreviewRowInfo(); pr.Padding = new FarPoint.Win.Spread.CellPadding(3); pr.Visible = true; fpSpread1.Sheets[0].PreviewRowInfo = pr; //pr.ResetPadding();
Dim pr As New FarPoint.Win.Spread.PreviewRowInfo() pr.Padding = New FarPoint.Win.Spread.CellPadding(3) pr.Visible = True FpSpread1.Sheets(0).PreviewRowInfo = pr 'pr.ResetPadding()