IHTMLTableCell::get_noWrapIHTMLTableCell::get_noWrap*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLTableCell::get_height
*Next Topic: IHTMLTableCell::get_rowSpan

IHTMLTableCell::get_noWrap


HRESULT get_noWrap(
    VARIANT_BOOL *p 
);

Determines whether automatic word wrapping is enabled or disabled for the element.

p
Address of a variable that receives TRUE if automatic word-wrapping is enabled for the element, or FALSE otherwise. The default value for this property is FALSE.

See also put_noWrap

Up Top of Page


IHTMLTableCell::put_noWrap


HRESULT put_noWrap(
    VARIANT_BOOL v 
);

Enables or disables automatic word wrapping for the element.

v
Word-wrap flag. If TRUE, the browser performs automatic word wrapping on the element. If FALSE, it doesn't. The default value for this property is FALSE.

See also get_noWrap


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