RemoveSheetAt Method

Summary

Removes a sheet from the Excel workbook by its index.

Syntax

TypeScript
JavaScript
LEADWorkbook.prototype.removeSheetAt = function( 
   index 
) 
removeSheetAt( 
   index: number 
): void; 

Parameters

index

A zero-based index of the sheet to be removed. The index must be within the range of existing sheet indexes in the workbook.

Requirements

Target Platforms

See Also

LEADWorkbook Class

LEADWorkbook Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.