Gets or sets CellBorder for fact cells.

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

Syntax

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

See Also