←Select platform

FirstColumn Property

Summary

Gets the first column in a specified range of cells within a sheet that identifies the starting boundary of a cell range along the horizontal axis of a spreadsheet.

Syntax

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

Property Value

The index of the first column in the cell range.

Remarks

The FirstColumn property returns the index of the first column in a specified range of cells. This index is zero-based, meaning the first column in the spreadsheet is represented 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.