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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > TableVectorGroupCollection クラス : Item(Int32,Int32) プロパティ
グループの先頭行または列の所属先のテーブル内のインデックス。
グループのサイズ。
開始位置とサイズを指定して TableVectorGroup オブジェクトを取得します。
シンタックス
'宣言
 
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
グループの先頭行または列の所属先のテーブル内のインデックス。
count
グループのサイズ。

プロパティ値

指定した抽出条件を持つ TableVectorGroup
参照

TableVectorGroupCollection クラス
TableVectorGroupCollection メンバ