PrintDocument for WinForms
Item プロパティ (UserCellGroupCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > UserCellGroupCollection クラス : Item プロパティ
The index in the current collection.
Gets the UserCellGroup at the specified index in the current collection.
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As UserCellGroup
'使用法
 
Dim instance As UserCellGroupCollection
Dim index As System.Integer
Dim value As UserCellGroup
 
value = instance.Item(index)
public UserCellGroup this[ 
   System.int index
]; {get;}

パラメータ

index
The index in the current collection.

プロパティ値

The UserCellGroup at the specified index.
参照

UserCellGroupCollection クラス
UserCellGroupCollection メンバ