Gets or sets CellBorder for cells of both dimensions.

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

Syntax

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

See Also