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
BaseIndex
Full index in base Axis
public int BaseIndex
Field Value
Col
Cell column
public int Col
Field Value
IsGrandTotal
Indicates that cell is grand total cell
public bool IsGrandTotal
Field Value
IsTotal
Indicates that cell is total cell
public bool IsTotal
Field Value
MeasureIndex
Measure index
public int MeasureIndex
Field Value
Row
Cell row
public int Row
Field Value
SecondIndex
Full index in second Axis
public int SecondIndex
Field Value
Text
Cell text
public string Text
Field Value
Value
Cell value
public object Value