CellSet Members

Include Protected Members
Include Inherited Members

Represents a cellset that is returned as a result of a query.

The CellSet type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Public methodStatic member LoadXml(XmlReader) Returns a CellSet created from a server response, passed in as an XmlReader.
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Axes Gets an instance of the AxisCollection class that contains the axes of the CellSet.
Public property Cells Gets an instance of the CellCollection class that contains the cells of the CellSet.
Public property FilterAxis Gets an instance of an Axis class that represents the filter axis of the CellSet.
Public property Item[ICollection] Gets the specified Cell by an ICollection interface that contains a collection of absolute axis indexes. In Microsoft Visual C#, this property is the indexer for the CellCollection class.
Public property Item[Int32] Gets an instance of a Cell by its index. In Microsoft Visual C#, this property is the indexer for the CellSet class.
Public property Item[array<Int32[]] Gets the specified Cell from the collection by an array of absolute axis indexes.
Public property Item[Int32, Int32] Gets the specified Cell from the collection.
Public property OlapInfo Gets an instance of an OlapInfo class describing the CellSet.

Top