Gets or sets CellStyle for fact cells containing total by row or column.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public CellStyle TotalStyle { get; set; }
Visual Basic (Declaration)
Public Property TotalStyle As CellStyle
Visual C++
public:
property CellStyle^ TotalStyle {
	CellStyle^ get ();
	void set (CellStyle^ value);
}

See Also