Interface IGridCell<T>
Represents a grid cell.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IGridCell<T> : IGridCell
Type Parameters
Name | Description |
---|---|
T | The grid cell type. |