tblITableEditor GetCellTextColor
Returns the Text Color of the queried cell.
Syntax
tblITableEditor_handle GetCellTextColor cellName
Application
HyperWorks Tcl Query
Inputs
- cellName
- The name of the cell. For example, A1.
Example
set t [hw::GetT]
set activetableHandle [hwi GetActiveClientHandle ch$t]
$activetableHandle SetCellData A1 "Max"
$activetableHandle SetCellTextColor A1 1
puts "Text color of cell A1 is [$activetableHandle GetCellTextColor A1]"
$activetableHandle ReleaseHandle
Errors
None.