tblITableEditor GetNumberOfRows

Returns the number of rows in the table.

Syntax

tblITableEditor_handle GetNumberOfRows

Application

Tcl Query

Description

This command returns the number of total rows in the table, independent if there are values in the row or not.

Example

Get the number of total rows:
set t [hw::GetT]
set activetableHandle [hwi GetActiveClientHandle ch$t]
set numRows [$activetableHandle GetNumberOfRows]

Errors

Success (0) or an error message is returned.