Javascript Properties JavaScript Reference

Note:
Read and write property. 
Specifies the number of horizontal rows in the element.
    
Syntax:
    
document.getElementById("textareaID").rows = value
document.all.textareaID.rows = value // IE only