Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
Visual Basic |
---|
Public Sub SetColumn ( _
column As GdxColumn _
) |
JScript |
---|
public function SetColumn(
column : GdxColumn
) |
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentNullException | The GdxColumn MUST NOT BE null |
System..::..ArgumentOutOfRangeException | The GdxColumn key is already used by another GdxGroup |
System..::..InvalidOperationException | The GdxColumn does not exist in the Columns list |
See Also