getCell Method

Summary

Retrieves the Cell object located at the intersection.

Syntax

TypeScript
    getCell(row: number, column: number): Cell; 

Parameters

row

The row that the Cell belongs to.

column

The column that the Cell belongs to.

Return Value

The Cell object located at the intersection.

Remarks

This would be used to check to see if a specific cell exists and if it does, use it for further actions.

Requirements

Target Platforms

See Also

TableBlock Object

TableBlock Members

Leadtools.Document.Editor Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Editor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.