Class CoveredRanges
Inheritance
System.Object
CoveredRanges
Assembly: BoldReports.UWP.dll
Syntax
public class CoveredRanges : Object
Constructors
CoveredRanges()
Declaration
Properties
Bottom
Declaration
public double Bottom { get; set; }
Property Value
Type |
Description |
System.Double |
|
CellKey
Declaration
public string CellKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Left
Declaration
public double Left { get; set; }
Property Value
Type |
Description |
System.Double |
|
Right
Declaration
public double Right { get; set; }
Property Value
Type |
Description |
System.Double |
|
Top
Declaration
public double Top { get; set; }
Property Value
Type |
Description |
System.Double |
|