Sets a DataRange into a AwxGroup

Namespace: Ico.Awx.DataGrid
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void SetRange(
	AwxGroup group,
	string rangeKey
)
Visual Basic
Public Sub SetRange ( _
	group As AwxGroup, _
	rangeKey As String _
)
JScript
public function SetRange(
	group : AwxGroup, 
	rangeKey : String
)

Parameters

group
Type: Ico.Awx.DataGrid..::..AwxGroup
The AwxGroup where to set a DataRange
rangeKey
Type: System..::..String
The key of the DataRange that must be set

Exceptions

ExceptionCondition
System..::..ArgumentException The AwxGroup must exist in the AwxGridView Groups list

See Also