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