<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > CrosstabValue > Method >SetTextLineColor |
Sets the line color of underline, strikeout, double strikeout.
Prototype :
void SetTextLineColor
(
string TextLineColor
)
Arguments :
TextLineColor |
specify by hexa or decimal RGB value in the form of "#hhhhhh" or "ddd, ddd, ddd |
Reference :
If you set the value of TextLineColor argument to "", the line color is applied to the text color.
Example :
This.SetTextLineColor("#FF0000"); //Red
This.SetTextLineColor("255, 0, 0"); //Red
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind