IHTMLTextAreaElement::get_colsIHTMLTextAreaElement::get_cols*
*



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.

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

See also put_cols

Up Top of Page


IHTMLTextAreaElement::put_cols


HRESULT put_cols(
    long v 
);

Sets the width, in columns (characters), of the TEXTAREA control.

v
Long integer that receives the number of columns.

See also get_cols


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