TextColor - property of the PmfTableArea object
Description:
Setting/getting the font color of selected table area.
Values:
RGB String (represents a color) is written in the form
"#RRGGBB".
Note:
Property access
for read and write. This method is also functional in
Web panels.
Example1:
JavaScriptSelect and copy to clipboard
oTableArea.TextColor = "#000000"; //Writing the value
var sTextColor = oTableArea.TextColor; //Reading the value