'宣言 Public Function New( _ ByVal firstColumOnPage As Integer, _ ByVal printArea As WorksheetRegion _ )
public VerticalPageBreak( int firstColumOnPage, WorksheetRegion printArea )
| 例外 | 解説 |
|---|---|
| System.ArgumentException | printArea が null でなく、firstColumOnPage が印刷範囲の外側にあるか、印刷範囲の左の列のインデックスである場合に発生します。 |