public void DeleteColumns( int tableColumnIndex, int count )
Exception | Description |
---|---|
System.InvalidOperationException | If the operation is not allowed, e.g. if it would cause data to be shifted off the worksheet. |
System.IndexOutOfRangeException | If index is negative. |
System.ArgumentOutOfRangeException | If count is less than 1 or greater than or equal all the columns in the table. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+