Adds a new Column to the collection.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)
Syntax
| C# |
|---|
public int Add( Column value ) |
| Visual Basic |
|---|
Public Function Add ( _ value As Column _ ) As Integer |
| Visual C++ |
|---|
public: int Add( Column^ value ) |
Parameters
- value
- Type: DayPilot.Web.Ui..::..Column
Column to be added.