tblITableEditor SetHeaderVisibility
Show/hides the header area of the table.
Syntax
tblITableEditor_handle SetHeaderVisibility state
Application
HyperWorks Tcl Query
Description
Displays or hides the header area of the table.
Inputs
- state
 - 
            
- true
 - Displays the header area of the table.
 - false
 - Hides the header area of the table.
 
 
Example
set t [hw::GetT]
set activetableHandle [hwi GetActiveClientHandle ch$t]
$activetableHandle SetHeaderVisibility false
puts "Header visibility is [$activetableHandle GetHeaderVisibility]" 
$activetableHandle ReleaseHandle
      Errors
Returns success(0) or an error code.