Class CellsProperties
Represents the properties of each cell.
Inheritance
System.Object
CellsProperties
Namespace: Syncfusion.Olap.UWP.MDXQueryParser
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class CellsProperties : Object
Constructors
CellsProperties()
Declaration
public CellsProperties()
Properties
FormatString
Gets or sets the format string.
Declaration
public string FormatString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The format string. |
FormattedValue
Gets or sets the formatted value.
Declaration
public string FormattedValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The formatted value. |
Value
Gets or sets the value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |