<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > CrosstabValue > Method >SetAutoFontSize |
Sets the option value for automatic controlling of font size.
Prototype :
void SetAutoFontSize
(
string AutoFontSize
)
Arguments :
AutoFontSize |
refer to AutoFontSizeConst |
Example :
//string
This.SetAutoFontSize("False");
//constant
This.SetAutoFontSize(AutoFontSizeConst.False);
Available Events :
OnBind, OnInitialize, OnStartBind
See also :