Removes a DataRange from a GdxGroup

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Parameters

group
Type: Ico.Gdx..::..GdxGroup
The GdxGroup containing the DataRange

Exceptions

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

See Also