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