Changing "Rows" in Bootstrap TextArea

Is there any way to change the number of rows in a Bootstrap TextArea control at runtime?

The only way I know is to change the height of the textarea contents:

Textarea1_contents.style.height = "400px"