Creates a new collection from an ArrayList.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll)
Version: 4.8.1425.0 (4.8.1425.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.