Cell Class
Updated: March 10, 2016
Represents a cell in a given cellset. For a complete list of class members, see Cell.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
| Name | Description | |
|---|---|---|
![]() | CellProperties | Gets an instance of the CellPropertyCollection class that contains the cell properties for the Cell. |
![]() | FormattedValue | Gets a string representing the formatted value of the Cell. |
![]() | Value | Gets the value of the Cell. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether two instances of Object are equal.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(Cell^, Cell^) | Determines whether two specified instances of Cell are equal. |
![]() ![]() | Inequality(Cell^, Cell^) | Determines whether two specified instances of Cell have different values. |
A cell represents the unique logical intersection of one position from every axis in the cellset. Because every logical intersection in a cellset may or may not have a corresponding record in a fact table, not every cell in a cellset contains data.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



