'宣言 Public Overloads Sub InsertPageBreak( _ ByVal column As WorksheetColumn _ )
public void InsertPageBreak( WorksheetColumn column )
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