バージョン

InsertColumns(Int32,Int32) メソッド

表に 1 つ以上の列を挿入します。
シンタックス
'宣言
 
Public Sub InsertColumns( _
   ByVal tableColumnIndex As Integer, _
   Optional ByVal count As Integer _
) 
public void InsertColumns( 
   int tableColumnIndex,
   int count
)

パラメータ

tableColumnIndex
表の最初の列に対して適用される挿入ポイント。
count
挿入する列数
例外
例外解説
System.InvalidOperationException操作が許可されていない場合、例えばワークシートからデータが移動される恐れがある場合。
System.IndexOutOfRangeExceptionインデックスが負の数の場合。
System.ArgumentOutOfRangeExceptionカウントが 1 より小さい場合。
参照