Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.7.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > ExcelApplication > Create

Create Method



Signature:

public Workbook Create ( )

Description:

Creates a new workbook containing 1 worksheet. The sheet is blank when the workbook is created, and standard font, style, and format settings applied.

Returns:

Workbook A Workbook object representing the created workbook.

Examples:

[csharp]
Workbook wb = xla.Create();
[vbnet]
Dim wb As Workbook = xla.Create()



Copyright 2006 © SoftArtisans, Inc. All Rights Reserved.