public void UnhideColumns( Nullable<int> startIndex, Nullable<int> count )
| Exception | Description | 
|---|---|
| System.ArgumentException | Occurs when the startIndex is less than 0. | 
| System.ArgumentException | Occurs when the count is less than 0. | 
| System.ArgumentException | Occurs when the startIndex plus count is greater than the number of columns in the worksheet. | 
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+