Interface IGridCell
Represents a grid cell.
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IGridCell
Properties
ColumnTuples
Gets the column tuples.
Declaration
IList<ITuple> ColumnTuples { get; }
Property Value
Type | Description |
---|---|
IList<ITuple> |
Content
Gets the content.
Declaration
GridCellContent Content { get; }
Property Value
Type | Description |
---|---|
GridCellContent |
ContentString
Gets the content as string.
Declaration
string? ContentString { get; }
Property Value
Type | Description |
---|---|
string |
DataFormatted
Gets the data formatted.
Declaration
string DataFormatted { get; }
Property Value
Type | Description |
---|---|
string |
IsEmphasized
Gets whether the cell is emphasized.
Declaration
bool IsEmphasized { get; }
Property Value
Type | Description |
---|---|
bool |