tblITableEditor GetFilledLowerRightCell

Returns bottom right cell name.

Syntax

tblITableEditor_handle GetFilledLowerRightCell

Application

Tcl Query

Description

Returns the bottom right cell name with the column as name which contains a value.

Example

The following cells are filled in a table:


Figure 1.
The variable $filledBottomRightCell will be “E9”.
set t [hw::GetT]
set activetableHandle [hwi GetActiveClientHandle ch$t]
set filledBottomRightCell [$activetableHandle GetFilledLowerRightCell]

Errors

Success (0) or an error message is returned.