RanorexRanorex Documentation
Columns Property
NamespacesRanorex.Core.DataRowCollectionColumns
Gets the column collection this collection is bound to.
Declaration Syntax
C#Visual BasicVisual C++
public ColumnCollection Columns { get; private set; }
Public Property Columns As ColumnCollection
public:
property ColumnCollection^ Columns {
	ColumnCollection^ get ();
	void set (ColumnCollection^ value);
}
Value
The ColumnCollection this collection is bound to or null if this collection is not bound to columns, yet.

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