Spread WPF Documentation
Border Property (DifferentialFormatting)


Express a single set of cell border formats. (left, right, top, bottom). Color is optional, when missing, 'automatic' is applied.
Syntax
'Declaration
 
Public Property Border As IExcelBorder
'Usage
 
Dim instance As DifferentialFormatting
Dim value As IExcelBorder
 
instance.Border = value
 
value = instance.Border
public IExcelBorder Border {get; set;}

Property Value

The border.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

DifferentialFormatting Class
DifferentialFormatting Members

 

 


Copyright © GrapeCity, inc. All rights reserved.