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 worksheet (worksheet names are case-insensitively compared). |
If the workbook originally had no worksheets, the newly added worksheet will become the selected worksheet of the workbook. This can be changed after more worksheets are added by setting the WindowOptions.SelectedWorksheet 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+