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






