SPREAD for WPF 4.0J - GcSpreadSheet
GetGroupedParameters メソッド

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Localization 名前空間 > LanguagePackage クラス : GetGroupedParameters メソッド
情報を抽出する機能。
引数のインデックス。
引数グループの下限インデックス。
引数の上限インデックス 。
指定された引数を含む引数グループの下位インデックスと上位インデックスを取得します。
シンタックス
'宣言
 
Public Shared Function GetGroupedParameters( _
   ByVal function As Function, _
   ByVal index As System.Integer, _
   ByRef lowerIndex As System.Integer, _
   ByRef upperIndex As System.Integer _
) As System.Boolean
public static System.bool GetGroupedParameters( 
   Function function,
   System.int index,
   out System.int lowerIndex,
   out System.int upperIndex
)

パラメータ

function
情報を抽出する機能。
index
引数のインデックス。
lowerIndex
引数グループの下限インデックス。
upperIndex
引数の上限インデックス 。

戻り値の型

引数が引数グループに属している場合はtrue。 それ以外の場合はfalse
参照

LanguagePackage クラス
LanguagePackage メンバ