FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > Row クラス : ResetVerticalAlignment メソッド |
'Declaration Public Sub ResetVerticalAlignment()
'使用法 Dim instance As Row instance.ResetVerticalAlignment()
public void ResetVerticalAlignment()
このメソッドを使用すると、設計時のプロパティウィンドウからプロパティをリセットできます。
FarPoint.Win.Spread.row r; r = fpSpread1.ActiveSheet.Rows[0]; r.ResetVerticalAlignment();
Dim r As FarPoint.Win.Spread.Row r = FpSpread1.ActiveSheet.Rows(0) r.ResetVerticalAlignment()