←Select platform

FirstRow Property

Summary

Gets the first row in a specified range of cells within a sheet that identifies the vertical starting boundary in a spreadsheet.

Syntax

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

Property Value

The index of the first row in the cell range.

Remarks

The FirstRow property provides access to the index of the first row in a specified cell range. The indexing is zero-based, meaning the first row of the spreadsheet is denoted as 0.

Requirements

Target Platforms

See Also

CellRange Class

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