Table of Contents

Struct MeasureCell

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

Describes measure cell

public struct MeasureCell

Fields

Alignment

Horizontal alignment

public Alignment Alignment

Field Value

Alignment

BaseIndex

Full index in base Axis

public int BaseIndex

Field Value

int

Col

Cell column

public int Col

Field Value

int

IsGrandTotal

Indicates that cell is grand total cell

public bool IsGrandTotal

Field Value

bool

IsTotal

Indicates that cell is total cell

public bool IsTotal

Field Value

bool

MeasureIndex

Measure index

public int MeasureIndex

Field Value

int

Row

Cell row

public int Row

Field Value

int

SecondIndex

Full index in second Axis

public int SecondIndex

Field Value

int

Text

Cell text

public string Text

Field Value

string

Value

Cell value

public object Value

Field Value

object