Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SetRange(
GdxGroup group,
string rangeKey
) |
Visual Basic |
---|
Public Sub SetRange ( _
group As GdxGroup, _
rangeKey As String _
) |
JScript |
---|
public function SetRange(
group : GdxGroup,
rangeKey : String
) |
Parameters
- group
- Type: Ico.Gdx..::..GdxGroup
The GdxGroup where to set a DataRange
- rangeKey
- Type: System..::..String
The key of the DataRange that must be set
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
The GdxGroup must exist in the GdxGridView Groups list
|
See Also