PrintDocument for WinForms
FindGroup メソッド (TableVectorGroupCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableVectorGroupCollection クラス : FindGroup メソッド
The starting position (row or column index) of the group in the containing table.
The count of rows or columns in the group.
Searches the current collection for a group with the specified position (row or column index) in the containing table, and count of elements.
シンタックス
'宣言
 
Public Function FindGroup( _
   ByVal position As System.Integer, _
   ByVal count As System.Integer _
) As TableVectorGroup
'使用法
 
Dim instance As TableVectorGroupCollection
Dim position As System.Integer
Dim count As System.Integer
Dim value As TableVectorGroup
 
value = instance.FindGroup(position, count)
public TableVectorGroup FindGroup( 
   System.int position,
   System.int count
)

パラメータ

position
The starting position (row or column index) of the group in the containing table.
count
The count of rows or columns in the group.

戻り値の型

The group matching the search criteria, or null if such group does not exist.
参照

TableVectorGroupCollection クラス
TableVectorGroupCollection メンバ