MESCIUS SPREAD for Windows Forms 15.0J
ResetCellPadding メソッド (StyleInfo)
使用例 

セルのパディングをリセットします。
構文
'宣言
 
Public Overridable Sub ResetCellPadding() 
public virtual void ResetCellPadding()
使用例
次のサンプルコードは、ResetCellPaddingメソッドを使用します。
fpSpread1.Sheets[0].Cells[1, 1].Text = "Test";
FarPoint.Win.Spread.StyleInfo si = new FarPoint.Win.Spread.StyleInfo();
si.CellPadding = new FarPoint.Win.Spread.CellPadding(4);
si.ResetCellPadding();
fpSpread1.ActiveSheet.DefaultStyle = si;
fpSpread1.Sheets(0).Cells(1, 1).Text = "Test"
Dim si As New FarPoint.Win.Spread.StyleInfo()
si.CellPadding = New FarPoint.Win.Spread.CellPadding(4)
si.ResetCellPadding()
fpSpread1.ActiveSheet.DefaultStyle = si
参照

StyleInfo クラス
StyleInfo メンバ

 

 


© MESCIUS inc. All rights reserved.