Range Constructor (RangeCollection) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Range(
RangeCollection Parent
)
Public Sub New (
Parent As RangeCollection
)
public:
Range(
RangeCollection^ Parent
)
DataPAEnterpriseDashboard.Range = function(Parent);
Parameters
- Parent
- Type: DataPAEnterpriseDashboardRangeCollection
The parent of this object
Remarks See Also