<< Click to Display Table of Contents >> TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartBarValue > 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