Gets the column collection this collection is bound to.
| C# | Visual Basic | Visual C++ |
public ColumnCollection Columns { get; private set; }
Public Property Columns As ColumnCollection
public: property ColumnCollection^ Columns { ColumnCollection^ get (); void set (ColumnCollection^ value); }
The ColumnCollection this collection is bound to or null
if this collection is not bound to columns, yet.
