Programmer's Reference > ExcelApplication API > ExcelApplication > Create
Creates a new workbook containing 1 worksheet. The sheet is blank when the workbook is created, and standard font, style, and format settings applied.
Workbook
[csharp]
Workbook wb = xla.Create();
[vbnet]
Dim wb As Workbook = xla.Create()
Copyright 2006 © SoftArtisans, Inc. All Rights Reserved.