Creates a new collection from an ArrayList.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
| C# |
|---|
public ColumnCollection( ArrayList items ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ items As ArrayList _ ) |
| Visual C++ |
|---|
public: ColumnCollection( ArrayList^ items ) |
Parameters
- items
- Type: System.Collections..::.ArrayList
ArrayList that contains the new columns.