←Select platform

RemoveSheetAt Method

Summary

Removes a sheet from the Excel workbook by its index.

Syntax

C#
C++/CLI
Python
public void RemoveSheetAt( 
   int index 
) 
public:  
   void RemoveSheetAt( 
      Int32 index 
   ) 
def RemoveSheetAt(self,index): 

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.LEADOffice.Sheet 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.LEADOffice Assembly

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