←Select platform

FirstRowIndex Property

Summary

Gets the index of the first non-empty row within the sheet. This property identifies the starting point of data or content within a sheet, enabling targeted operations on rows that contain information.

Syntax

C#
C++/CLI
Python
public int FirstRowIndex { get; } 
public:  
   property Int32 FirstRowIndex 
   { 
      Int32 get() 
   } 
FirstRowIndex # get  (Sheet) 

Property Value

A zero-based index of the first row in the sheet that contains either data or formatting.

Remarks

Understanding the position of the first non-empty row is crucial for a variety of sheet processing tasks, from data analysis to formatting adjustments. This property provides a direct means to efficiently navigate and manipulate the sheet's content from its initial point of data entry.

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.