←Select platform

GetCellAt Method

Summary

Retrieves the cell located at the specified column index within the row.

Syntax

C#
C++/CLI
Python
public Cell GetCellAt( 
   int index 
) 
public:  
   Cell^ GetCellAt( 
      Int32 index 
   ) 
def GetCellAt(self,index): 

Parameters

index

A zero-based column index of the cell to retrieve from the row.

Return Value

The Cell at the specified index.

Remarks

If no cell exists at the index (e.g., the cell has not been initialized or is empty), null will be returned.

Requirements

Target Platforms

See Also

Row Class

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