SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether multi-line text is allowed in cells in this column.
Get
VB.NET | Boolean = object.CellMultiline As Boolean |
VB | Boolean = object.CellMultiline As Boolean |
C#.NET | bool Boolean = object.CellMultiline; |
VC++ | VARIANT_BOOL Boolean = object->CellMultiline; VARIANT_BOOL Boolean = object->GetCellMultiline(); |
C | HRESULT object->get_CellMultiline(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.CellMultiline = Boolean As Boolean |
VB | object.CellMultiline = Boolean As Boolean |
C#.NET | bool object.CellMultiline = Boolean; |
VC++ | VARIANT_BOOL object->CellMultiline = Boolean; void object->PutCellMultiline(VARIANT_BOOL Boolean); |
C | HRESULT object->put_CellMultiline(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether multi-line text is allowed in cells in this column.
Boolean | Description |
---|---|
True | Allow multiple lines of cell text, in which case cell text word-wraps within the available space. New-line characters signal the start of a new line. |
False | Cell text consists of a single line of text. |
The CellMultiline property defines whether multi-line text is allowed in cells in this column.
If multiline cell text is allowed, the Items.Lines property can be used to reserve sufficient space.
The edit control portion will only display one line of text and a vertical scroll bar if multiple lines of text are available.
The value defined using the CellMultiline property applies to all cells in the column described by object.
See Also SftBoxColumn Object | Object Hierarchy