Table of Contents

Struct CellRect

Namespace: FastReport.Olap.Slice
Assembly: FastCube.Core.dll

Coordinates and sizes of cell

public struct CellRect

Fields

Cell

Cell coordinate

public int Cell

Field Value

int

Level

Level coordinate

public int Level

Field Value

int

SizeCell

Sice of cell coordinate

public int SizeCell

Field Value

int

SizeLevel

Size of level coordinate

public int SizeLevel

Field Value

int