←Select platform

GetRowAt Method

Summary

Retrieves the row at the specified index within the sheet.

Syntax

C#
C++/CLI
Python
public Row GetRowAt( 
   int rowIndex 
) 
public:  
   Row^ GetRowAt( 
      Int32 rowIndex 
   ) 
def GetRowAt(self,rowIndex): 

Parameters

rowIndex

An int specifying the zero-based index of the row to retrieve from the sheet.

Return Value

An instance of the Row class representing the row at the specified index. This object facilitates further actions on the row's contents, such as data entry, formatting adjustments, or querying row characteristics.

Requirements

Target Platforms

See Also

Sheet Class

Sheet Members

Leadtools.Document.LEADOffice.Sheet Namespace

Help Version 23.0.2024.4.15
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.