DataPA Enterprise Dashboard Controls 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
| C# |
|---|
public Range..::..RangeTypeEnum RangeType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property RangeType As Range..::..RangeTypeEnum
Get |
| Visual C++ |
|---|
public:
virtual property Range..::..RangeTypeEnum RangeType {
Range..::..RangeTypeEnum get () sealed;
} |
Property Value
Type:
Range..::..RangeTypeEnumThe type of range this range object represents
Return Value
Type:
Range..::..RangeTypeEnumThe type of range this range object represents
Remarks
See Also