Returns an object using its name

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

Syntax

C#
public GdxColumn GetColumnByText(
	string name
)
Visual Basic
Public Function GetColumnByText ( _
	name As String _
) As GdxColumn
JScript
public function GetColumnByText(
	name : String
) : GdxColumn

Parameters

name
Type: System..::..String

Remarks

If the object doesn't exist the method returns null

See Also