Interface IDimensionGridCell
Represents a dimension grid cell.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IDimensionGridCell : ISumGridCell, IGridCell<string>, IGridCell
Properties
DrillState
Gets the drill state.
Declaration
DrillStateValue DrillState { get; }
Property Value
Type | Description |
---|---|
DrillStateValue |
Latitude
Gets the latitude.
Declaration
string? Latitude { get; }
Property Value
Type | Description |
---|---|
string |
Longitude
Gets the longitude.
Declaration
string? Longitude { get; }
Property Value
Type | Description |
---|---|
string |