Columns object
The Group object supports multiple columns. The Columns object contains a collection of Column objects. Use the Columns property of the control to access the group columns. By default, the group's columns collection contains a column.

NameDescription
AddAdds a Column object to the collection and returns a reference to the newly created object.
ClearRemoves all objects in a collection.
CountReturns the number of objects in a collection.
ItemReturns a specific Column of the Columns collection.
RemoveRemoves a specific member from the Columns collection.