Click or drag to resize

DataColumn.SetCaption Method (Typed)

X#
Set the caption for the data column.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetCaption(
	cText AS STRING,
	 kAlignment AS LONG
) AS LOGIC
Request Example View Source

Parameters

cText
Type: String
The text to be used as the caption. If omitted, the data browser uses the caption in the hyperlabel.
kAlignment
Type: Long
One of the following constants representing the alignment of the caption for the data column:

Return Value

Type: Logic
Remarks
ConstantDescription
GBAALIGNCENTERCenter aligned
GBAALIGNLEFT Left aligned (This is the default for text.)
GBAALIGNRIGHT Right aligned (This is the default for numeric data.)
Setting a blank caption ("") causes the caption of the data column to be displayed with no caption. Setting a null caption causes the caption to be hidden. By embedding newline characters in the caption string, the caption field changes height to accommodate multiple lines.
See Also