バージョン

Item プロパティ (HiddenColumnCollection)

指定したインデックスで列を取得します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As WorksheetColumn
public WorksheetColumn this[ 
   int index
]; {get;}

パラメータ

index
取得する列の 0 から始まるインデックス。

プロパティ値

指定されたインデックスにある列。
例外
例外解説
System.ArgumentOutOfRangeExceptionindex が 0 未満であるか、または、indexCount 以上です。
参照