DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if an object the object is removed.
      
    
 Removes a DashboardObject from this collection.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public bool Remove( int Index )  | 
| Visual Basic | 
|---|
Public Function Remove ( Index As Integer ) As Boolean  | 
| Visual C++ | 
|---|
public: virtual bool Remove( int Index ) sealed  | 
Parameters
- Index
 - Type: System..::..Int32
The index of the object you wish to remove. 
Return Value
Type: BooleanTrue if an object the object is removed.