Version

SetBorders Method

Sets the specified borders for the associated range to the specified style and color.
Syntax
'Declaration
 
Public Sub SetBorders( _
   ByVal borders As SpreadsheetCellRangeBorders, _
   ByVal borderColor As Infragistics.Documents.Excel.WorkbookColorInfo, _
   ByVal borderStyle As Infragistics.Documents.Excel.CellBorderLineStyle _
) 
public void SetBorders( 
   SpreadsheetCellRangeBorders borders,
   Infragistics.Documents.Excel.WorkbookColorInfo borderColor,
   Infragistics.Documents.Excel.CellBorderLineStyle borderStyle
)

Parameters

borders
Identifies the borders to be changed
borderColor
The color for the borders
borderStyle
The style for the borders
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also