Interface IValueGridCell
Represents a value grid cell.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IValueGridCell : IGridCell<double>, IGridCell
Properties
AlertLevelId
Gets the alert level id.
Declaration
int AlertLevelId { get; }
Property Value
Type | Description |
---|---|
int |
Currency
Gets the currency.
Declaration
string? Currency { get; }
Property Value
Type | Description |
---|---|
string |