Returns the DataRange associated to a GdxGroup

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

Syntax

C#
public string GetRangeKey(
	GdxGroup group
)
Visual Basic
Public Function GetRangeKey ( _
	group As GdxGroup _
) As String
JScript
public function GetRangeKey(
	group : GdxGroup
) : String

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