RangeRangeType Property |
|
DataPA OpenAnalytics API Reference
Gets the type of range this range object represents
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public RangeRangeTypeEnum RangeType { get; }
Public ReadOnly Property RangeType As RangeRangeTypeEnum
Get
public:
virtual property RangeRangeTypeEnum RangeType {
RangeRangeTypeEnum get () sealed;
}
function get_RangeType();
Property Value
Type:
RangeRangeTypeEnumThe type of range this range object represents
Return Value
Type:
RangeRangeTypeEnumThe type of range this range object represents
Remarks See Also