DataPA Enterprise Dashboard Controls API Reference
Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
Syntax
| C# |
|---|
public void Add( Field item, ref Object Before = null, ref Object After = null ) |
| Visual Basic |
|---|
Public Sub Add ( item As Field, Optional ByRef Before As Object = Nothing, Optional ByRef After As Object = Nothing ) |
| Visual C++ |
|---|
public: virtual void Add( Field^ item, Object^% Before = nullptr, Object^% After = nullptr ) sealed |
Parameters
- item
- Type: RunDataPA..::..Field
- Before (Optional)
- Type: System..::..Object%
- After (Optional)
- Type: System..::..Object%