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