Associates a new GdxColumn to this GdxGroup

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void SetColumnKey(
	string columnKey
)
Visual Basic
Public Sub SetColumnKey ( _
	columnKey As String _
)
JScript
public function SetColumnKey(
	columnKey : String
)

Parameters

columnKey
Type: System..::..String
The key of the GdxColumn to be associated

Remarks

The GdxColumn must exist in the Columns list, and it's possible to create only one GdxGroup for each GdxColumn.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe GdxColumn MUST NOT BE null
System..::..ArgumentOutOfRangeExceptionThe GdxColumn key is already used by another GdxGroup
System..::..InvalidOperationExceptionThe GdxColumn does not exist in the Columns list

See Also