Click to return to the Reusing Browser Technology home page    
IHTMLTableCell::get_heigh...     IHTMLTableCell::get_rowSp...     IHTMLTableCell Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLTableCell::get_noWrap Method


Determines whether automatic wordwrapping is enabled or disabled for the element.

Syntax

HRESULT get_noWrap(
    VARIANT_BOOL *p 
);

Parameters

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

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

IHTMLTableCell::put_noWrap Method


Enables or disables automatic wordwrapping for the element.

Syntax

HRESULT put_noWrap(
    VARIANT_BOOL v 
);

Parameters

v
Wordwrap flag. If TRUE, the browser performs automatic wordwrapping on the element. If FALSE, it doesn't. The default value for this property is FALSE.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.