DataPA Enterprise Dashboard Controls API Reference
Gets and sets the range this condition is evaluated against

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Range Range { get; set; }
Visual Basic
Public Property Range As Range
	Get
	Set
Visual C++
public:
virtual property Range^ Range {
	Range^ get () sealed;
	void set (Range^ value) sealed;
}

Property Value

Type: Range
The range this condition is evaluated against

Return Value

Type: Range
The range this condition is evaluated against

Remarks