'宣言 Public ReadOnly Property Item( _ 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.Item(position, count)
public TableVectorGroup Item( System.int position, System.int count ) {get;}
パラメータ
- position
- The index in the containing table of the first row or column in the group.
- count
- The number of rows or columns in the group.