PowerTools SPREAD for Windows Forms 8.0J
ClearCustomFunctions メソッド (SheetView)


モデルからこのシートのユーザー定義のカスタム関数(FunctionInfoオブジェクト)をすべて削除します。
構文
'Declaration
 
Public Sub ClearCustomFunctions() 
'使用法
 
Dim instance As SheetView
 
instance.ClearCustomFunctions()
public void ClearCustomFunctions()
次のサンプルコードは、宣言されているすべてのカスタム関数をクリアします。
fpSpread1.ActiveSheet.ClearCustomFunctions();
FpSpread1.ActiveSheet.ClearCustomFunctions()
参照

SheetView クラス
SheetView メンバ

開発者ガイド

カスタム関数の作成

 

 


© 2004-2015, GrapeCity inc. All rights reserved.