←Select platform

RemoveRows Method

Summary

Removes a specific number of rows from a sheet, starting from a given index.

Syntax

C#
C++/CLI
Python
public void RemoveRows( 
   int rowIndex, 
   int count 
) 
public:  
   void RemoveRows( 
      Int32 rowIndex, 
      Int32 count 
   ) 
def RemoveRows(self,rowIndex,count): 

Parameters

rowIndex

A zero-based index to start removing rows at.

count

The number of rows to remove.

Requirements

Target Platforms

See Also

Sheet Class

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