Namespace: Ico.GdxAssembly: 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
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