Gets or sets the rows property of the downlevel TEXTAREA
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
'Gets or sets the rows property of the downlevel TEXTAREA.
editor.DownLevelRows
= 15
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace