Cell.CellProperties Property

 

Gets an instance of the CellPropertyCollection class that contains the cell properties for the Cell.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public CellPropertyCollection CellProperties { get; }
public:
property CellPropertyCollection^ CellProperties {
    CellPropertyCollection^ get();
}
member CellProperties : CellPropertyCollection with get
Public ReadOnly Property CellProperties As CellPropertyCollection

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection

A CellPropertyCollection that contains the cell properties for the Cell.

Remarks

Additional cell properties other than the intrinsic cell properties implemented by the Cell can be associated with a given cell. This property is used to retrieve a CellPropertyCollection that contains additional cell properties associated with the Cell.

See Also

Cell Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top