Removes a column from the collection.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
C# |
---|
public void Remove( Column value ) |
Visual Basic (Declaration) |
---|
Public Sub Remove ( _ value As Column _ ) |
Visual C++ |
---|
public: void Remove( Column^ value ) |
Parameters
- value
- Type: DayPilot.Web.Ui..::.Column
Column to be removed.