Add a String Column definition.
Syntax
Parameters
| Name | Type | Optional | ByRef | Description |
| name |
String |
|
|
The Column Name (must match the ColumnName property on the resulting DataTable). |
| caption |
String |
|
|
Display Caption. |
| width |
Integer |
Optional |
|
The Width of this Column in characters (used as a rough calculation when displaying the Column).
If omitted, a value of 50 is assumed. |
| description |
String |
Optional |
|
A Description (for information purposes only). |
| small |
Boolean |
Optional |
|
Indicates whether to render the Column content in Small text.
If omitted, a value of False is assumed. |
Return Value
- Member of:
- finSmartListColumns
- Namespace:
- Intersoft.finSupport6
- Assembly:
- finSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0