RanorexRanorex Documentation
Item Property (columnName)
NamespacesRanorex.Core.DataColumnCollectionItem[([(String])])
Gets the Column with the specified column name.
Declaration Syntax
C#Visual BasicVisual C++
public Column this[
	string columnName
] { get; }
Public ReadOnly Default Property Item ( _
	columnName As String _
) As Column
public:
property Column^ default[String^ columnName] {
	Column^ get (String^ columnName);
}
Parameters
columnName (String)
The name of the column to get.
Exceptions
ExceptionCondition
KeyNotFoundExceptionIf this collection does not contain a column with the specified name.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)