DataColumn Constructor | |
Construct a data column.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
nWidth,
xColumnID
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public DataColumn(
Usual nWidth = default,
Usual xColumnID = default
)
Request Example
View SourceParameters
- nWidth (Optional)
- Type: Usual
The initial width in which to display the column, in characters, or the FieldSpec object from which the width is extracted. If not specified, the default is 16. - xColumnID (Optional)
- Type: Usual
The name or symbolic name of the column or hyperlabel containing the name of the column and any optional annotation.
See Also