Inserts a new TimeCell at the specified position.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public void Insert( int index, TimeCell value ) |
Visual Basic |
---|
Public Sub Insert ( _ index As Integer, _ value As TimeCell _ ) |
Visual C++ |
---|
public: void Insert( int index, TimeCell^ value ) |
Parameters
- index
- Type: System..::..Int32
New TimeCell position.
- value
- Type: DayPilot.Web.Ui..::..TimeCell
TimeCell to be added.