public void ResetCellType()
'Declaration Public Sub ResetCellType()
'Declaration
Public Sub ResetCellType()
このメソッドを使用すると、設計時のプロパティウィンドウからプロパティをリセットできます。
FarPoint.Win.Spread.Column c; c = fpSpread1.ActiveSheet.Columns[0]; c.ResetCellType();
Dim c As FarPoint.Win.Spread.Column c = fpSpread1.ActiveSheet.Columns(0) c.ResetCellType()
Column クラス Column メンバ
© MESCIUS inc. All rights reserved.