TextArea.setRows
Class Overview | Class Members |
This Package |
All Packages
public void setRows( int rows )
Parameters
- rows
- the number of rows.
Description
Sets the number of rows for this text area.
Exceptions
IllegalArgumentException
if the value supplied
for rows is less than zero.
See Also
getRows, setColumns
Send feedback to MSDN.Look here for MSDN Online resources.