IHTMLTextAreaElement::get_rowsIHTMLTextAreaElement::get_rows*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTextAreaElement::get_readOnly
*Next Topic: IHTMLTextAreaElement::get_status

IHTMLTextAreaElement::get_rows


HRESULT get_rows(
    long *p 
);

Retrieves the height, in rows, of the TEXTAREA control.

p
Address of a variable that receives the number of rows.

See also put_rows

Up Top of Page


IHTMLTextAreaElement::put_rows


HRESULT put_rows(
    long v 
);

Sets the height, in rows, of the TEXTAREA control.

v
Value specifying the number of rows.

See also get_rows


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.