'宣言 Public Function FindGroup( _ ByVal position As System.Integer, _ ByVal count As System.Integer _ ) As TableVectorGroup
public TableVectorGroup FindGroup( System.int position, System.int count )
パラメータ
- position
- 所属先のテーブル内のグループの開始位置(行または列インデックス)。
- count
- グループのサイズ。
戻り値の型
検索されたグループまたは null を返します。