Gets of sets borders of the cell.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic (Declaration)
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Property Borders As CellBorders
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public CellBorders Borders { get; set; }
Visual C++
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public:
property CellBorders^ Borders {
	CellBorders^ get ();
	void set (CellBorders^ value);
}
JavaScript
function get_borders();
function set_borders(value);

See Also