'宣言 Public Sub HideRows( _ Optional ByVal startIndex As Nullable(Of Integer), _ Optional ByVal count As Nullable(Of Integer) _ )
public void HideRows( Nullable<int> startIndex, Nullable<int> count )
例外 | 解説 |
---|---|
System.ArgumentException | startIndex が 0 未満の場合に発生します。 |
System.ArgumentException | count が 0 未満の場合に発生します。 |
System.ArgumentException | startIndex と count の合計がワークシートの行数より大きい場合に発生します。 |