Class CellInfo
Namespace: FastReport.Olap.Controls
Assembly: FastCube.WinForms.dll
Information about cell.
public class CellInfo
Inheritance
Constructors
CellInfo(CellInfos)
Creates a new instance.
public CellInfo(CellInfos owner)
Parameters
owner
CellInfos
CellInfo(CellInfos, SliceDrawHeader)
Creates a new instance.
public CellInfo(CellInfos owner, SliceDrawHeader data)
Parameters
owner
CellInfos
data
SliceDrawHeader
Fields
HierButtonLocation
Hier button location point.
public Point HierButtonLocation
Field Value
TreeButtonLocation
Tree button location point.
public Point TreeButtonLocation
Field Value
Properties
Bounds
Gets or sets bounds of the cell.
public Rectangle Bounds { get; set; }
Property Value
Data
Gets header data.
public SliceDrawHeader Data { get; }
Property Value
SliceDrawHeader
GraphicSize
Gets cell size.
public Size GraphicSize { get; }
Property Value
IsSelected
Gets indicator that cell is selected.
public bool IsSelected { get; }
Property Value
Methods
Assign(CellInfo)
Assign this class from other source.
public void Assign(CellInfo source)
Parameters
source
CellInfo