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