Col[Flag, Min, Max, Unit, Caption] sets/gets the Flags, minimum value, maximum value, the unit or the caption of a column.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Friend Property ColCaption ( _
	lCol As Integer _
) As String
	Get
	Set

Parameters

lCol
Type: System..::..Int32
Column index.

Field Value

Return Value

Caption of the column.

Remarks