Class CellInfo
Inheritance
System.Object
CellInfo
Assembly: FastReport.Olap.dll
Syntax
Constructors
CellInfo(CellInfos)
Declaration
public CellInfo(CellInfos owner)
Parameters
Declaration
public CellInfo(CellInfos owner, SliceDrawHeader data)
Parameters
Fields
Declaration
public Point HierButtonLocation
Field Value
Type |
Description |
System.Drawing.Point |
|
Declaration
public Point TreeButtonLocation
Field Value
Type |
Description |
System.Drawing.Point |
|
Properties
Bounds
Declaration
public Rectangle Bounds { get; set; }
Property Value
Type |
Description |
System.Drawing.Rectangle |
|
Data
Declaration
public SliceDrawHeader Data { get; }
Property Value
GraphicSize
Declaration
public Size GraphicSize { get; }
Property Value
Type |
Description |
System.Drawing.Size |
|
IsSelected
Declaration
public bool IsSelected { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Assign(CellInfo)
Declaration
public void Assign(CellInfo source)
Parameters