Struct MeasureCell
Describes measure cell
Namespace: FastReport.Olap.Slice
Assembly: FastReport.Olap.dll
Syntax
public struct MeasureCell
Fields
Alignment
Horizontal alignment
Declaration
public Alignment Alignment
Field Value
Type | Description |
---|---|
Alignment |
BaseIndex
Full index in base Axis
Declaration
public int BaseIndex
Field Value
Type | Description |
---|---|
System.Int32 |
Col
Cell column
Declaration
public int Col
Field Value
Type | Description |
---|---|
System.Int32 |
IsGrandTotal
Indicates that cell is grand total cell
Declaration
public bool IsGrandTotal
Field Value
Type | Description |
---|---|
System.Boolean |
IsTotal
Indicates that cell is total cell
Declaration
public bool IsTotal
Field Value
Type | Description |
---|---|
System.Boolean |
MeasureIndex
Measure index
Declaration
public int MeasureIndex
Field Value
Type | Description |
---|---|
System.Int32 |
Row
Cell row
Declaration
public int Row
Field Value
Type | Description |
---|---|
System.Int32 |
SecondIndex
Full index in second Axis
Declaration
public int SecondIndex
Field Value
Type | Description |
---|---|
System.Int32 |
Text
Cell text
Declaration
public string Text
Field Value
Type | Description |
---|---|
System.String |
Value
Cell value
Declaration
public Variant Value
Field Value
Type | Description |
---|---|
Variant |