Removes a DataRange from a AwxGroup

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

Syntax

C#
public void ClearRange(
	AwxGroup group
)
Visual Basic
Public Sub ClearRange ( _
	group As AwxGroup _
)
JScript
public function ClearRange(
	group : AwxGroup
)

Parameters

group
Type: Ico.Awx.DataGrid..::..AwxGroup
The AwxGroup containing the DataRange

Exceptions

ExceptionCondition
System..::..InvalidOperationException The AwxGroup should be defined in the Groups list

See Also