Class PivotValueCellData
Represents the pivot value cell data information.
Inheritance
System.Object
PivotValueCellData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Olap.Engine
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class PivotValueCellData
Constructors
PivotValueCellData()
Initializes a new instance of the PivotValueCellData class.
Declaration
public PivotValueCellData()
Properties
ColumnInfo
Gets or sets the collection of header information in columns.
Declaration
public HeaderInfoCollection ColumnInfo { get; set; }
Property Value
Type | Description |
---|---|
HeaderInfoCollection | The collection of header information in columns. |
Columns
Gets or sets the collection of headers in columns.
Declaration
public HeaderCaptionCollection Columns { get; set; }
Property Value
Type | Description |
---|---|
HeaderCaptionCollection | The collection of headers in columns. |
Measure
Gets or sets the measure of the value cell.
Declaration
public string Measure { get; set; }
Property Value
Type | Description |
---|---|
System.String | The measure of the value cell. |
MeasureInfo
Gets or sets the measure information of the value cell.
Declaration
public CellHeaderInfo MeasureInfo { get; set; }
Property Value
Type |
---|
CellHeaderInfo |
RowInfo
Gets or sets the collection of header information in rows.
Declaration
public HeaderInfoCollection RowInfo { get; set; }
Property Value
Type | Description |
---|---|
HeaderInfoCollection | The collection of header information in rows. |
Rows
Gets or sets the collection of headers in rows.
Declaration
public HeaderCaptionCollection Rows { get; set; }
Property Value
Type | Description |
---|---|
HeaderCaptionCollection | The collection of headers in rows. |
Value
Gets or sets the value of the value cell.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value of the value cell. |