RangeValue Constructor (Range, RangeValueValueTypeEnum, Decimal) |
|
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 RangeValue(
Range Parent,
RangeValueValueTypeEnum ValueType,
decimal FixedValue
)
Public Sub New (
Parent As Range,
ValueType As RangeValueValueTypeEnum,
FixedValue As Decimal
)
public:
RangeValue(
Range^ Parent,
RangeValueValueTypeEnum ValueType,
Decimal FixedValue
)
DataPAEnterpriseDashboard.RangeValue = function(Parent, ValueType, FixedValue);
Parameters
- Parent
- Type: DataPAEnterpriseDashboardRange
The parent of this object - ValueType
- Type: DataPAEnterpriseDashboardRangeValueValueTypeEnum
The type of value - FixedValue
- Type: SystemDecimal
The fixed value
Remarks See Also