Class CellInfo
Inheritance
System.Object
CellInfo
Assembly: BoldReports.UWP.dll
Syntax
public class CellInfo : Object
Constructors
CellInfo()
Declaration
Properties
Border
Declaration
public BorderVal Border { get; set; }
Property Value
ColSpan
Declaration
public int ColSpan { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Control
Declaration
public object Control { get; set; }
Property Value
Type |
Description |
System.Object |
|
FixedData
Declaration
public bool FixedData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ItemModel
Declaration
public ReportItemBaseModel ItemModel { get; set; }
Property Value
RowSpan
Declaration
public int RowSpan { get; set; }
Property Value
Type |
Description |
System.Int32 |
|