'宣言 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.