Xbasic
Office::ExcelDocumentAddSheet Method
Syntax
.AddSheet as Office::Spreadsheet ([Name as C])
Arguments
- NameCharacter
Returns
- resultOffice::Spreadsheet
Description
Add a new spreadsheet to the document assigning it the name provided.
Example
dim Doc as Office::ExcelDocument
See Also