Excel for .NET
Item プロパティ (XLRowCollection)

C1.Excel アセンブリ > C1.Excel 名前空間 > XLRowCollection クラス : Item プロパティ
指定したインデックスの XLRowオブジェクトへの参照を取得します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As XLRow
public XLRow this[ 
   System.int index
]; {get;}

パラメータ

index
解説
インデクサは、必要に応じて指定された位置に新規 XLRowオブジェクトを生成します。null は返りません。
参照

XLRowCollection クラス
XLRowCollection メンバ