←Select platform

CreateRows Method

Summary

Creates new rows and inserts them at the specified index within the sheet.

Syntax

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

Parameters

rowIndex

A zero-based index at which to start inserting the created rows.

count

The number of rows to create.

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.