Removes a Resource from the collection.
Namespace: DayPilot.Web.MvcAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# |
|---|
public void Remove( RowHeaderColumn value ) |
| Visual Basic |
|---|
Public Sub Remove ( _ value As RowHeaderColumn _ ) |
| Visual C++ |
|---|
public: void Remove( RowHeaderColumn^ value ) |
Parameters
- value
- Type: DayPilot.Web.Mvc..::..RowHeaderColumn
Resource to be removed.