←Select platform

LastColumn Property

Summary

Gets the index of the last column in a specified range of cells within a sheet.

Syntax

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

Property Value

The index of the last column in the cell range.

Remarks

The LastColumn property provides the index of the last column in a cell range, adhering to zero-based indexing, where the spreadsheet's first column is indexed 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.