DataPA Enterprise Dashboard Controls API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public bool Remove(
string ColumnName
) |
| Visual Basic |
|---|
Public Function Remove (
ColumnName As String
) As Boolean |
| Visual C++ |
|---|
public:
virtual bool Remove(
String^ ColumnName
) sealed |
Parameters
- ColumnName
- Type: System..::..String
The ColumnName of the DataViewerColumn to remove from this collection.
Return Value
Type:
BooleanRemarks
See Also