public void HideRows( 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 rows 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+