Cell Class
Represents a cell in a given cellset. For a complete list of class members, see Cell.
Inheritance Hierarchy
System.Object
  Microsoft.AnalysisServices.AdomdClient.Cell
Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public NotInheritable Class Cell
'Usage
Dim instance As Cell
public sealed class Cell
public ref class Cell sealed
[<SealedAttribute>]
type Cell =  class end
public final class Cell
The Cell type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | CellProperties | Gets an instance of the CellPropertyCollection class that contains the cell properties for the Cell. | 
| .gif) | FormattedValue | Gets a string representing the formatted value of the Cell. | 
| .gif) | Value | Gets the value of the Cell. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether two instances of Object are equal. (Overrides Object.Equals(Object).) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | 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().) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Operators
| Name | Description | |
|---|---|---|
| .gif) .gif) | Equality | Determines whether two specified instances of Cell are equal. | 
| .gif) .gif) | Inequality | Determines whether two specified instances of Cell have different values. | 
Top
Remarks
In Microsoft SQL Server 2005 Analysis Services (SSAS), 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.