バージョン

InsertPageBreak(WorksheetColumn) メソッド

垂直改ページを指定した列の左に挿入します。
シンタックス
'宣言
 
Public Overloads Sub InsertPageBreak( _
   ByVal column As WorksheetColumn _
) 
public void InsertPageBreak( 
   WorksheetColumn column
)

パラメータ

column
改ページを挿入する列。
例外
例外解説
System.ArgumentNullExceptioncolumn が null の場合に発生します。
System.ArgumentExceptioncolumnWorksheet の左端にある場合に発生します。
解説

If the column is not contained in one of the print areas in the PrintAreas collection, the page breaks added will be as follows: If the column is at the left edge of the Worksheet, an exception will be thrown. 列がワークシートの他の場所にある場合、垂直改ページが列の左に挿入されます。

列が PrintAreas コレクション内の印刷領域の 1 つに含まれている場合、追加された改ページは次のようになります。列が印刷範囲の左端にある場合、改ページが挿入されません。列が印刷範囲の他の場所にある場合、垂直改ページが列の左に挿入されます。

参照

オンラインで表示: GitHub