Class CellSet
The cell set encapsulates a multi-dimensional result set that is the result of running a command. A multi-dimensional result set contains a discrete collection of data points or cells, that are organized along multiple dimensions or axes.
Inheritance
System.Object
CellSet
Namespace: Syncfusion.Olap.UWP.Data
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class CellSet : Object
Constructors
CellSet()
Initializes a new instance of the CellSet class.
Declaration
public CellSet()
Properties
Axes
Gets or sets the collection of axes.
Declaration
public AxisCollection Axes { get; set; }
Property Value
Type | Description |
---|---|
AxisCollection | The axis collection. |
CellCollection
Gets or sets the collection of cells.
Declaration
public CellCollection CellCollection { get; set; }
Property Value
Type | Description |
---|---|
CellCollection | The cell collection. |
ColumnMaxLevel
Gets or sets the maximum level of column.
Declaration
public int ColumnMaxLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The maximum level of column. |
RowMaxLevel
Gets or sets the maximum level of row.
Declaration
public int RowMaxLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The maximum level of row. |