Gets or sets collection of all cell borders.

Namespace: Arctorus.Documents.Tables
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also