ComponentOne List 8.0 for ActiveX
WrapText Property

 

WrapText Property

This property returns or sets a value indicating whether an object wordwraps text at cell boundaries.

Syntax

style.WrapText= boolean

Remarks

Read/Write at run time and design time.

Property applies to Style object.

If True, a line break occurs before words that would otherwise be partially displayed.

If False (the default), no line break occurs and text is clipped at the cell's right edge.

Use this property in conjunction with the RowHeight property to produce multiline displays.

The wordwrap behavior of a column is determined by its Style property setting, and the WrapText property is a shortcut to the WrapText member of the Style property.

For Style objects, the value of the WrapText property is inherited from the parent style (if any) unless explicitly overridden.

See Also

Style Object, Styles Collection

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback