指定された値タイプのパラメータ名を取得します。
シンタックス
'宣言
Public Overloads Overridable Function GetParameterName( _
ByVal As ValueType, _
Optional ByVal As System.Integer _
) As System.String
public virtual System.string GetParameterName(
ValueType ,
System.int
)
パラメータ
- type
- パラメーター値型を示すGrapeCity.CalcEngine.ValueType値。
- index
- パラメータの位置を示す整数値。
戻り値の型
指定された値タイプのパラメータ名。
参照