Range Class
Namespace: Stimulsoft.Report
Constructors
| Constructor | Description |
|---|---|
| constructor() |
constructor()
Properties
| Property | Type | Description |
|---|---|---|
| fromObject | any | |
| fromStrLoc | string | |
| rangeName | string | |
| rangeType | Type | |
| toObject | any | |
| toStrLoc | string |
Methods
| Method | Returns | Description |
|---|---|---|
| equals | boolean | |
| getHashCode | number | |
isNumericRangeType static |
boolean | |
isRangeType static |
boolean | |
| parse | void | |
| toString | string |
Method Details
equals
equals(obj: any): boolean
Parameters
- obj (any)
Returns boolean
getHashCode
getHashCode(): number
Returns number
isNumericRangeType static
isNumericRangeType(type: Type): boolean
Parameters
- type (Type)
Returns boolean
isRangeType static
isRangeType(type: Type): boolean
Parameters
- type (Type)
Returns boolean
parse
parse(from: string, to: string): void
Parameters
- from (string)
- to (string)
toString
toString(): string
Returns string