Gets or sets the borders and diagonal of the conditional formatting.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public XLBorderFormatting Border {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
 }
Visual Basic
Public Property Border As XLBorderFormatting
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Set

See Also