Contents Index Topic Contents | ||
Previous Topic: IHTMLTextAreaElement::createTextRange Next Topic: IHTMLTextAreaElement::get_defaultValue |
IHTMLTextAreaElement::get_cols
HRESULT get_cols( long *p );Retrieves the width, in columns (characters), of a TEXTAREA control.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the number of columns.
See also put_cols
IHTMLTextAreaElement::put_cols
HRESULT put_cols( long v );Sets the width, in columns (characters), of the TEXTAREA control.
- Returns S_OK if successful, or an error value otherwise.
- v
- Long integer that receives the number of columns.
See also get_cols
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.