Adds a new Area to the collection.
            
Namespace: DayPilot.Web.Ui.DataAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
 Syntax
Syntax
| C# | 
|---|
| public int Add( Area value ) | 
| Visual Basic | 
|---|
| Public Function Add ( _ value As Area _ ) As Integer | 
| Visual C++ | 
|---|
| public: int Add( Area^ value ) | 
Parameters
- value
- Type: DayPilot.Web.Ui.Data..::..Area
 Area to be added.






