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