tblITableEditor GetNumberOfRows
Returns the number of rows in the table.
Syntax
tblITableEditor_handle GetNumberOfRows
Application
HyperWorks 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
set t [hw::GetT]
set activetableHandle [hwi GetActiveClientHandle ch$t]
set numRows [$activetableHandle GetNumberOfRows]
Errors
Success (0) or an error message is returned.