FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > Column クラス : ResetCellType メソッド |
'Declaration Public Sub ResetCellType()
'使用法 Dim instance As Column instance.ResetCellType()
public void 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()