tblITableEditor GetCellBackgroundColor
Returns the background color of the queried cell.
Syntax
tblITableEditor_handle GetCellBackgroundColor cellName
Application
HyperWorks Tcl Query
Inputs
- cellName
- The name of the cell. Example "A1".
Example
set t [hw::GetT]
set activetableHandle [hwi GetActiveClientHandle ch$t]
$activetableHandle SetCellData A1 "Max"
$activetableHandle SetCellBackgroundColor Color A1 3
puts "Background color of cell A1 is [$activetableHandle GetCellBackgroundColor A1]"
$activetableHandle ReleaseHandle
Errors
None.