Gets the CellBorder object all lines of which are of black color.

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

Syntax

C#
public static CellBorder Black { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Black As CellBorder
Visual C++
public:
static property CellBorder^ Black {
	CellBorder^ get ();
}

See Also