Class CellsProperties
Represents the properties of each cell.
Inheritance
System.Object
CellsProperties
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.MDXQueryParser
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class CellsProperties
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. |