'宣言 Public Function Remove( _ ByVal printArea As WorksheetRegion _ ) As System.Boolean
public System.bool Remove( WorksheetRegion printArea )
例外 | 解説 |
---|---|
System.ArgumentNullException | printArea が null の場合に発生します。 |
削除される印刷範囲に改ページが含まれている場合、そのコレクションから改ページが削除されます。
オンラインで表示: GitHub