public WorksheetRegion( Worksheet worksheet, int firstRow, int firstColumn, int lastRow, int lastColumn )
Exception | Description |
---|---|
System.ArgumentNullException | worksheet is null. |
System.InvalidOperationException | firstRow is greater than lastRow or firstColumn is greater than lastColumn. |
System.ArgumentOutOfRangeException | Any row or column indices specified are outside the valid row or column ranges. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+