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

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

パラメータ

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

XLColumnCollection クラス
XLColumnCollection メンバ