Table of Contents

Class CellInfo

Namespace: FastReport.Olap.Controls
Assembly: FastCube.WinForms.dll

Information about cell.

public class CellInfo

Inheritance

objectCellInfo

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

Point

TreeButtonLocation

Tree button location point.

public Point TreeButtonLocation

Field Value

Point

Properties

Bounds

Gets or sets bounds of the cell.

public Rectangle Bounds { get; set; }

Property Value

Rectangle

Data

Gets header data.

public SliceDrawHeader Data { get; }

Property Value

SliceDrawHeader

GraphicSize

Gets cell size.

public Size GraphicSize { get; }

Property Value

Size

IsSelected

Gets indicator that cell is selected.

public bool IsSelected { get; }

Property Value

bool

Methods

Assign(CellInfo)

Assign this class from other source.

public void Assign(CellInfo source)

Parameters

source CellInfo