DataPA Enterprise Dashboard Controls API Reference
Creates and returns a new GroupColumns object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public GroupColumns(
Object Parent
) |
Visual Basic |
---|
Public Sub New (
Parent As Object
) |
Visual C++ |
---|
public:
GroupColumns(
Object^ Parent
) |
Parameters
- Parent
- Type: System..::..Object
The SummaryData or GroupColumn object that represents the parent of this object.
Remarks
See Also