|
|
|
SftTreeColumn.CellWordWrap Property |
Defines whether the cell text may word-wrap within the available space in this column.
Syntax
VB.NET |
Boolean = object.CellWordWrap As Boolean |
||
VB |
Boolean = object.CellWordWrap As Boolean |
||
C#.NET |
bool Boolean = object.CellWordWrap; |
||
VC++ |
VARIANT_BOOL Boolean = object->CellWordWrap;
|
||
C |
HRESULT object->get_CellWordWrap(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.CellWordWrap : WordBool; |
||
VB.NET |
object.CellWordWrap = Boolean As Boolean |
||
VB |
object.CellWordWrap = Boolean As Boolean |
||
C#.NET |
bool object.CellWordWrap = Boolean; |
||
VC++ |
VARIANT_BOOL object->CellWordWrap = Boolean;
|
||
C |
HRESULT object->put_CellWordWrap(VARIANT_BOOL Boolean); |
||
Delphi |
object.CellWordWrap := Boolean : WordBool; |
object
A SftTreeColumn object.
Boolean
Defines whether the cell text may word-wrap within the available space in this column.
Boolean |
Description |
True |
Cell text may word-wrap within the available space. The Items.Lines property should be used to define the (maximum) number of text lines allowed. Word-wrap is only available if Column.CellMultiline is set to True used. |
False |
Cell text does not word-wrap. |
Comments
The CellWordWrap property defines whether the cell text may word-wrap within the available space in this column.
See Also SftTreeColumn Object | Object Hierarchy