GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > Function クラス : Function コンストラクタ |
'宣言
Protected Function New( _ ByVal functionName As String, _ ByVal minArgs As Integer, _ ByVal maxArgs As Integer, _ ByVal attributes As FunctionAttributes _ )
protected Function( string functionName, int minArgs, int maxArgs, FunctionAttributes attributes )