<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > CrosstabValue > Method >SetCRLFToLF |
Sets whether to convert CRLF to LF.
Prototype :
void SetCRLFToLF
(
bool CRLFToLF
)
Arguments :
CRLFToLF |
set to true to convert CRLF to LF. |
Example :
This.SetCRLFToLF(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind