PrintDocument for WinForms
Item(Int32,Int32) プロパティ


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableVectorGroupCollection クラス : Item(Int32,Int32) プロパティ
The index in the containing table of the first row or column in the group.
The number of rows or columns in the group.
Gets the row or column group that has the specified position in the containing table and element count. This property always returns a TableVectorGroup object. If the group with the specified parameters did not exist, it is created and added to the current collection.
シンタックス
'宣言
 
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.

プロパティ値

The TableVectorGroup with the specified criteria.
参照

TableVectorGroupCollection クラス
TableVectorGroupCollection メンバ