Gets or sets type of a border.

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

Syntax

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

See Also