Exception | Description |
---|---|
System.ArgumentNullException | name is null or empty. |
System.ArgumentException | name contains the invalid characters: ':', '\', '/', '?', '*', '[', or ']'. |
System.ArgumentException | name exceeds 31 characters in length. |
System.ArgumentException | name is being used as the name of another sheet (sheet names are case-insensitively compared). |
If the workbook originally had no sheets, the newly added sheet will become the selected sheet of the workbook. This can be changed after more sheets are added by setting the WindowOptions.SelectedSheet of the Workbook.
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+